Merge pull request #9 from ziv-airis/fix-game-subject

fix: game subject from the game attribute
This commit is contained in:
Ralex
2024-11-15 12:09:13 +01:00
committed by GitHub

View File

@@ -49,7 +49,7 @@ const Manager = {
name: "SHOW_START", name: "SHOW_START",
data: { data: {
time: 3, time: 3,
subject: "Adobe", subject: game.subject,
}, },
}) })