Skip to content

Commit

Permalink
fix(action): wave should have an actual user id
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Jun 21, 2023
1 parent 37733aa commit 05a8f7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/src/modules/player/player.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@ export class PlayerService {
player: randomPlayer,
},
url: 'gameplay/wave',
urlData: {},
urlData: {
targetUserId: randomPlayer.userId,
},
});
}

Expand Down

0 comments on commit 05a8f7d

Please sign in to comment.