Skip to content

Commit

Permalink
Update node engine and fix TS issue ⚙️
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbassy committed Feb 24, 2024
1 parent 32b2fd7 commit 55de771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.16.0
18.0.0
2 changes: 1 addition & 1 deletion src/lib/store/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface PlayerEntry {
export interface RoundEntry {
id?: string
quizId?: string
players?: PlayerEntry['id'][]
players?: string[] // player ids
createdAt?: number
questionReached?: number
/**
Expand Down

0 comments on commit 55de771

Please sign in to comment.