From 3fb1c163c0d4d30090803c07f160bb1125a13edb Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Sat, 30 May 2026 10:56:14 +0000 Subject: [PATCH] Remove unecessary defaults --- src/core/config/scripts/newOperation.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/config/scripts/newOperation.mjs b/src/core/config/scripts/newOperation.mjs index 59c93b88..e46dffcc 100644 --- a/src/core/config/scripts/newOperation.mjs +++ b/src/core/config/scripts/newOperation.mjs @@ -88,14 +88,12 @@ If your operation does not rely on a library, just leave this blank and it will authorName: { description: "Your name or username will be added to the @author tag for this operation.", example: "n1474335", - default: "", prompt: "Username", type: "string" }, authorEmail: { description: "Your email address will also be added to the @author tag for this operation.", example: "n1474335@gmail.com", - default: "", prompt: "Email", type: "string" }