Skip to content

Commit

Permalink
otheruser
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvard committed May 24, 2024
1 parent 5454097 commit 259c5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queries/useAllBetsExtended.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface OtherUser {
picture: string | null
winner?: string
topscorer?: string

paid: boolean
winnerPoints?: number
topscorerPoints?: number
}
Expand Down

0 comments on commit 259c5c3

Please sign in to comment.