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

Figure out why the arrayEvents and arrayGroups arrays are getting wrapped, requiring a .pop() inside the promise #52

Open
adamculpepper opened this issue Nov 5, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@adamculpepper
Copy link
Member

}).then(function(result) {
	// why is the array getting wrapped, requiring this?
	arrayEvents = arrayEvents.pop();
	arrayGroups = arrayGroups.pop();
@adamculpepper adamculpepper added the bug Something isn't working label Nov 5, 2019
@adamculpepper adamculpepper changed the title Figure out why the arrayEvents and arrayGroups arrays are getting wrapped, requiring a .pop() inside the promise Figure out why the arrayEvents and arrayGroups arrays are getting wrapped, requiring a .pop() inside the promise Nov 5, 2019
@adamculpepper adamculpepper added help wanted Extra attention is needed and removed bug Something isn't working labels Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant