fix: oopsie

This commit is contained in:
MARCROCK22 2024-05-12 21:43:30 -04:00
parent 9dec8e50eb
commit 4176a377ff

View File

@ -328,7 +328,6 @@ async function parseOptions(
value = args[i.name];
const option = i as SeyfertStringOption;
if (!value) break;
console.log({ option, value }, value.length);
if (option.min_length) {
if (value.length < option.min_length) {
value = undefined;