feat: add ownership check to evaluateAnswer, AuthenticatedRequest type
This commit is contained in:
parent
fdeb769640
commit
1e30f04e81
8 changed files with 189 additions and 39 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export type GameSessionData = { answers: Map<string, number> };
|
||||
export type GameSessionData = { answers: Map<string, number>; userId: string };
|
||||
|
||||
export interface GameSessionStore {
|
||||
create(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue