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:
@@ -40,11 +40,6 @@ export class UpdateCategorySortingAction extends ParentAction {
|
||||
this.categoryIds = categoryIds
|
||||
}
|
||||
|
||||
serialize = (): SerializedUpdateCategorySortingAction => ({
|
||||
type: 'UPDATE_CATEGORY_SORTING',
|
||||
categoryIds: this.categoryIds
|
||||
})
|
||||
|
||||
static parse = ({ categoryIds }: SerializedUpdateCategorySortingAction) => (
|
||||
new UpdateCategorySortingAction({ categoryIds })
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user