Skip to content

Commit

Permalink
fix text casing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrloureed committed Jan 19, 2024
1 parent 11aa683 commit 54b92ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/frontend/src/lib/camera-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const cameraStreamStates = new Map<string, StreamState>();
export const selectedMap = {
Live: -1,
'Manual refresh': 0,
'Every 30 Seconds': 30,
'Every 10 Seconds': 10,
'Every Second': 1,
'Every 30 seconds': 30,
'Every 10 seconds': 10,
'Every second': 1,
} as const;

0 comments on commit 54b92ce

Please sign in to comment.