Remove unecessary defaults

This commit is contained in:
GCHQDeveloper581 2026-05-30 10:56:14 +00:00
parent 79528aac64
commit 3fb1c163c0
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -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"
}