Skip to content

Commit

Permalink
Merge pull request #335 from govariantsteam/add_to_time_map
Browse files Browse the repository at this point in the history
add quantum and sfractional to time handler map
  • Loading branch information
merowin authored Nov 20, 2024
2 parents 26506e3 + 71bedc8 commit 96aaa1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/server/src/time-control/time-handler-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ export const timeControlHandlerMap: {
keima: TimeHandlerSequentialMoves,
"one color": TimeHandlerSequentialMoves,
drift: TimeHandlerSequentialMoves,
quantum: TimeHandlerSequentialMoves,
sfractional: TimeHandlerSequentialMoves,
};

0 comments on commit 96aaa1b

Please sign in to comment.