Skip to content

Commit

Permalink
chore: add stop as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed May 26, 2024
1 parent a971442 commit 5f0dc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/plugin-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface PluginInputs<T extends SupportedEventsU = SupportedEventsU, TU
const oneDay = 24 * 60 * 60 * 1000;

export const startStopSchema = T.Object({
disabledCommands: T.Array(T.String(), { default: ["start"] }),
disabledCommands: T.Array(T.String(), { default: ["start", "stop"] }),
labels: T.Object(
{
time: T.Array(T.String()),
Expand Down

0 comments on commit 5f0dc46

Please sign in to comment.