We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12598c6 commit 6a145ebCopy full SHA for 6a145eb
src/app/component/game.component.ts
@@ -94,6 +94,7 @@ export class GameComponent {
94
// Get the current Mad Lib from the server.
95
await this.api.post({
96
sessieid: sessionID,
97
+ playerid: this.store.getPlayerId(),
98
request: "mad lib"
99
}, "madlib").then((result) => {
100
this.store.setGameMadLib(result);
0 commit comments