Skip to content

Commit

Permalink
修正して
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnabhan committed Jun 24, 2024
1 parent 7cd259e commit af3acd0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion hmm2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const main = async () => {
`https://hlo.tohotheater.jp/net/schedule/${slug}/TNPI3050J02.do?__type__=html&__useResultInfo__=no&vg_cd=${slug}&show_day=${date}`,
);

console.log(await dateResponse.json());
console.info(await dateResponse.json());
}
}

Expand Down
12 changes: 0 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@storybook/nextjs": "8.1.10",
"@storybook/react": "8.1.10",
"@storybook/test": "8.1.10",
"@storybook/testing-library": "0.2.2",
"@types/node": "20.14.8",
"@typescript-eslint/eslint-plugin": "7.13.1",
"eslint": "8.57.0",
Expand Down
File renamed without changes.

0 comments on commit af3acd0

Please sign in to comment.