fix(ci): retain lobby payload ownership export
This commit is contained in:
@@ -29,7 +29,10 @@ from fupogfakta.services import (
|
||||
from realtime.broadcast import sync_broadcast_phase_event
|
||||
from .i18n import api_error
|
||||
|
||||
_GAMEPLAY_SERVICE_OWNERSHIP_EXPORTS = (_select_round_question,)
|
||||
_GAMEPLAY_SERVICE_OWNERSHIP_EXPORTS = (
|
||||
_select_round_question,
|
||||
_build_scoreboard_phase_event,
|
||||
)
|
||||
|
||||
SESSION_CODE_ALPHABET = "ABCDEFGHJKLMNPQRSTUVWXYZ23456789"
|
||||
SESSION_CODE_LENGTH = 6
|
||||
|
||||
Reference in New Issue
Block a user