Skip to content

Commit

Permalink
formatが間違ってたので直してあげたよ!
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 24, 2024
1 parent d9ddd65 commit 74085f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/pr_copy_ci_sudden_death/pr_copy_ci/copy_package.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {readFileSync,writeFileSync} from "fs";
import { readFileSync, writeFileSync } from "fs";

export function script() {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down Expand Up @@ -27,7 +27,6 @@ export function script() {
"utf8",
);


// eslint-disable-next-line @typescript-eslint/no-explicit-any
const hatoBotPackageLock: { [key: string]: any } = JSON.parse(
readFileSync(
Expand Down

0 comments on commit 74085f2

Please sign in to comment.