Skip to content

Commit

Permalink
chore: fixed compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 17, 2025
1 parent 7eca996 commit 58dcbb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/plugin-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const pluginSettingsSchema = T.Object(
setLabel: T.Boolean({ default: false, description: "Whether to allow anyone to set labels, false to perform permission validation" }),
fundExternalClosedIssue: T.Boolean({ default: false, description: "Whether to allow funding external closed issues" }),
protectLabels: T.Array(T.String(), { default: ["priority", "price", "time"], uniqueItems: true }),
protectLabels: T.Array(T.String(), { default: ["priority", "price", "time"], uniqueItems: true }),
},
{ default: {} }
),
Expand Down

0 comments on commit 58dcbb0

Please sign in to comment.