Skip to content

Commit f0f994c

Browse files
committed
minor fixes
1 parent 2f5e980 commit f0f994c

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

workspaces/fetch-leetcode-problem-list/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { whileReturnsTrueAsync } from "@code-chronicles/util/whileReturnsTrueAsy
1111

1212
const FILENAME = "problems.jsonl";
1313

14-
const LIMIT = 50;
14+
const LIMIT = 500;
1515

1616
async function main(): Promise<void> {
1717
// TODO: warn early if the file already exists

workspaces/leetcode-api/graphql-codegen.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ const commonTypeScriptPluginConfig: GraphQLCodegen.PluginConfig = {
1212
useTypeImports: true,
1313

1414
scalars: {
15+
DateTime: {
16+
input: "unknown",
17+
output: "string",
18+
},
1519
JSONString: {
1620
input: "unknown",
1721
output: "string",

workspaces/leetcode-api/src/api/active-daily-coding-challenge-question/fetchGraphQL.generated.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspaces/leetcode-api/src/api/active-daily-coding-challenge-question/queryTypes.generated.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspaces/leetcode-api/src/graphqlTypes.generated.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)