Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Small bug in sample requests #6

Closed
murdzaj opened this issue Dec 17, 2017 · 0 comments
Closed

Small bug in sample requests #6

murdzaj opened this issue Dec 17, 2017 · 0 comments

Comments

@murdzaj
Copy link

murdzaj commented Dec 17, 2017

Hi thank you for writing this great wrapper. Just wanted to let you know this request in the README:

api.searchArtist("Kings of Leon", function(result) {
	// Search Result as array
});

Is missing 'err'.

In other words:

api.searchArtist("Kings of Leon", function(err, result) {
	// Search Result as array
});

Thanks again!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant