Make a little better display

This commit is contained in:
2025-02-22 14:43:00 +01:00
parent 8c6ce9f6ff
commit 283c9dbbb3
2 changed files with 221 additions and 20 deletions

View File

@@ -60,7 +60,7 @@ class Game {
class GameRepository {
static Future<Game> upsert(Game game) async {
final db = await DB.db;
final db = DB.db;
await db.rawInsert(
'''
INSERT INTO games