KevinDelao / Cloud-Backend-Project

0 stars 0 forks source link

Populate creationDateTime for newly created game session #29

Closed jsunthon closed 4 years ago

jsunthon commented 4 years ago

When we create a game session, the creationDateTime timestamp isn't being populated.

Please populate it so that when we query for game sessions in the future, we can see the time it was created. This will be populated by the server and not the client.

When you've pushed the changes to master, please deploy the updated service to our AWS deployment by following the steps here: https://github.com/mars404/Cloud-Backend-Project/wiki/Deploy-Updated--Code-on-AWS-Elastic-Beanstalk

KevinDelao commented 4 years ago

fixed bug, will push to master