Skip to content

Commit

Permalink
v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jackall3n committed Jan 23, 2024
1 parent 3147123 commit 6ebd5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27087,7 +27087,7 @@ function input(name, required = true, defaultValue = "") {
trimWhitespace: true,
required,
});
return value !== null && value !== void 0 ? value : defaultValue;
return value || defaultValue;
}
exports.input = input;
function createMessage(message, username, avatar_url) {
Expand Down

0 comments on commit 6ebd5a7

Please sign in to comment.