Skip to content

Commit

Permalink
change type
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlauer-Hax committed Oct 22, 2023
1 parent c5023fe commit 159fee5
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 @@ -335,7 +335,7 @@ export const sidecarRequest = zod.discriminatedUnion("type", [
}),
zod.object({
type: zod.literal("state"),
state: zod.string()
state: serverPowerActions
})
]);

Expand Down

0 comments on commit 159fee5

Please sign in to comment.