Changeset faff334 for pages/api/poker/tableSpecific.js
- Timestamp:
- 07/18/22 13:59:55 (2 years ago)
- Branches:
- main
- Children:
- 22367db
- Parents:
- e903234
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pages/api/poker/tableSpecific.js
re903234 rfaff334 1 import { tables } from '../postgre/index';1 import { saveGameInHistory, tables } from '../postgre/index'; 2 2 3 3 import { deck } from './gameStates' … … 209 209 210 210 player.wonAmount = winnings; 211 212 saveGameInHistory('poker', table, player.username) 211 213 }) 212 214
Note:
See TracChangeset
for help on using the changeset viewer.