Skip to content

Commit

Permalink
chore: run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Cnotech committed Sep 11, 2024
1 parent a1cb40f commit 927f8cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/gen_api/context/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export function genContextWiki(
{ valuesTop, fnTop, top }: { valuesTop: Top; fnTop: Top; top: Top },
{
valuesFile,
fnDir,
appendValues,
}: { valuesFile: string; fnDir: string; appendValues: ValueInfo[] },
toFileName: string,
Expand Down
1 change: 0 additions & 1 deletion scripts/translate_wiki/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,4 @@ async function main(): Promise<boolean> {
return true;
}


main().then((res) => process.exit(res ? 0 : 1));

0 comments on commit 927f8cb

Please sign in to comment.