Skip to content

Commit

Permalink
fix: lol
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsoft committed Jul 24, 2023
1 parent 9d81554 commit 1b923b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/music.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export enum ServerTypes {

export const serverState = zod.enum([ "offline", "starting", "stopping", "running", "installing", "start", "stop", "kill", "restart", "moving" ]);

export const location = zod.enum([ "bbn-fsn", "bbn-hel", "bbn-mum" ]);
export const location = zod.enum([ "bbn-fsn", "bbn-hel", "bbn-mum", "bbn-sgp" ]);

export const server = zod.object({
_id: zod.string(),
Expand Down

0 comments on commit 1b923b3

Please sign in to comment.