mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-31 12:28:50 +08:00
fix: update expectedVersion to reflect development environment
This commit is contained in:
parent
a457a20ac9
commit
983c424d6e
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ import * as TribeAutoJoin from "./tribe-auto-join";
|
|||
const defaultName = "Guest";
|
||||
let name = "Guest";
|
||||
|
||||
export const expectedVersion = "25.12.0";
|
||||
export const expectedVersion = isDevEnvironment() ? "dev" : "25.12.0";
|
||||
|
||||
export function getStateString(state: number): string {
|
||||
if (state === -1) return "error";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue