Skip to content

Commit

Permalink
Get clock from blob
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperchessbot committed Nov 30, 2020
1 parent c1da29d commit e1fa878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ function playGame(gameId){
actualengine = engine

if(blob.clock){
const clock = clock
const clock = blob.clock

console.log("clock", clock)

Expand Down

0 comments on commit e1fa878

Please sign in to comment.