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

Multiple fetch not working #43

Closed
ThibaudDemay opened this issue Feb 25, 2022 · 0 comments
Closed

Multiple fetch not working #43

ThibaudDemay opened this issue Feb 25, 2022 · 0 comments

Comments

@ThibaudDemay
Copy link
Contributor

Hi, I currently work on SPA using fetch with multiple json, but only the first was used.
I think it's come from the variable options.got.url who was set on this line 29.
If this variable is empty the first time, this variable will be set with first node url attribute, and next time options.got.url variable works as the force value and not take node url attribute instead.

options.got.url = options.got.url || node.attrs[options.attribute]

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