From 58dcbb0e5cd0339755773e0ea512179e4c69a589 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Fri, 17 Jan 2025 15:01:02 +0900 Subject: [PATCH] chore: fixed compilation issue --- src/types/plugin-input.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/plugin-input.ts b/src/types/plugin-input.ts index 1ef1323..93acd6d 100644 --- a/src/types/plugin-input.ts +++ b/src/types/plugin-input.ts @@ -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: {} } ),