Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array Support #422

Open
wants to merge 3 commits into
base: staging
Choose a base branch
from
Open

Array Support #422

wants to merge 3 commits into from

Conversation

AliRKat
Copy link
Member

@AliRKat AliRKat commented Nov 5, 2024

No description provided.

@AliRKat AliRKat added the draft label Nov 5, 2024
Validators.js Outdated
L.w(`${functionName}, segmentation value: [${value}] for the key: [${key}] must contain only strings, numbers, or booleans in the array!`);
return false;
}
} else if (value && valueType !== "string" && valueType !== "number" && valueType !== "boolean") {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you might maybe do same typeof check as above, but it is fine
you rock 🚀

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'd break my head instead of breaking your heart :D updated it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you rea best bro 🫶

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants