We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #215 I noticed that allowEmpty (which is falsey by default) is not consistent with it's name:
allowEmpty
payload-crowdin-sync/plugin/src/lib/api/helpers.ts
Line 41 in b56076a
If allowEmpty is true then an error will be thrown if an article directory is not found.
true
Consider renaming to disallowEmpty?
disallowEmpty
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In #215 I noticed that
allowEmpty
(which is falsey by default) is not consistent with it's name:payload-crowdin-sync/plugin/src/lib/api/helpers.ts
Line 41 in b56076a
If
allowEmpty
istrue
then an error will be thrown if an article directory is not found.Consider renaming to
disallowEmpty
?The text was updated successfully, but these errors were encountered: