Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Jan 29, 2024
2 parents a6d71cd + 2079265 commit b5bd0b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ typings/
dist/
lib/
**/.DS_Store
.wrangler/

2 changes: 1 addition & 1 deletion src/core/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class Query {
country: countryName
ranking
}
submits: submitStats {
submits: submitStatsGlobal {
ac: acSubmissionNum { difficulty count }
}
}
Expand Down
5 changes: 3 additions & 2 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name = "leetcode"
main = "dist/worker.js"
account_id = "e7477191007081e167a2b188734c4e81"
workers_dev = true
compatibility_date = "2022-05-26"
kv_namespaces = []
node_compat = true

[limits]
cpu_ms = 50

[build]
command = "npm run -s build:worker"

Expand Down

0 comments on commit b5bd0b7

Please sign in to comment.