Skip to content

Commit

Permalink
Map player Ids on event handler
Browse files Browse the repository at this point in the history
  • Loading branch information
blair55 committed May 2, 2023
1 parent 68434a2 commit b23dc53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Server/EventHandling.fs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ module EventHandling =
match playerId with
| "fb-10160345161488703" -> PlayerId "tw-414832159"
| "fb-735238821018" -> PlayerId "tw-458540585"
| "tw-462436725" -> PlayerId "fb-10152951016485684"
| "tw-414832159" -> PlayerId "fb-10160345161488703"
| _ -> PlayerId playerId

let onEvent deps (DatedEvent (event, created)) =
Expand Down

0 comments on commit b23dc53

Please sign in to comment.