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

Create-card jobBackgroundPromise length too short #31

Open
Sollisnexus opened this issue Dec 25, 2021 · 0 comments
Open

Create-card jobBackgroundPromise length too short #31

Sollisnexus opened this issue Dec 25, 2021 · 0 comments

Comments

@Sollisnexus
Copy link

Sollisnexus commented Dec 25, 2021

original (line 184 in create-card.js)
Array.from({ length: 38 }
should be
Array.from({ length: 40 )
to accommodate Reaper and Sage for Card Creation, otherwise Object error appears similar to that in the provided image

Screenshot 2021-12-25 013648

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