Closed anisfeld closed 10 months ago
In @properties within the database file, we aren't able to used Depends(Database) so need to supply Database() as a function call rather than Database. I don't know why this is.
2024-01-04 11:27:45 INFO: Application startup complete. 2024-01-04 11:29:28 INFO: 172.25.0.1:47308 - "GET /games/20/player/115/ready HTTP/1.1" 200 OK 2024-01-04 11:29:29 INFO: 172.25.0.1:47308 - "GET /games/20/player/115/survey HTTP/1.1" 200 OK 2024-01-04 11:29:34 INFO: 172.25.0.1:47308 - "GET /games/20/player/115/round HTTP/1.1" 200 OK
These were previously running into the error shown in the previous pull (#129 )
Describe Your Changes
In @properties within the database file, we aren't able to used Depends(Database) so need to supply Database() as a function call rather than Database. I don't know why this is.
Non-Obvious Technical Information
Checklist Before Requesting a Review
These were previously running into the error shown in the previous pull (#129 )