NAIVE_CLICK as default and returns the game data on event POST
This commit is contained in:
@@ -97,7 +97,7 @@ class GameEvent(models.Model):
|
||||
|
||||
type = models.IntegerField(
|
||||
choices=EventTypes.choices(),
|
||||
default=EventTypes.START_GAME,
|
||||
default=EventTypes.CLICK_NAIVE,
|
||||
help_text="The game event",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user