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

How to fix the RelationShip bug #1

Open
ForTheLastLegend opened this issue Apr 19, 2022 · 0 comments
Open

How to fix the RelationShip bug #1

ForTheLastLegend opened this issue Apr 19, 2022 · 0 comments

Comments

@ForTheLastLegend
Copy link

/images-generator/functions/misc

36 : if (!options.avatar1 || options.avatar2) throw new Error("NO_IMAGE_SPECIFIED: You must specify the 2 avatars. (Read more: https://www.npmjs.com/package/images-generator)");

to :
if (!options.avatar1 || !options.avatar2) throw new Error("NO_IMAGE_SPECIFIED: You must specify the 2 avatars. (Read more: https://www.npmjs.com/package/images-generator)");

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

No branches or pull requests

1 participant