mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Remove unused serialization functions
This commit is contained in:
@@ -24,10 +24,6 @@ export class ForceSyncAction extends AppLogicAction {
|
||||
super()
|
||||
}
|
||||
|
||||
serialize = (): SerializedForceSyncAction => ({
|
||||
type: 'FORCE_SYNC'
|
||||
})
|
||||
|
||||
static parse = (_: SerializedForceSyncAction) => ForceSyncAction.instance
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user