-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Don't forget the async keyword for your savePlaylist() method, to prevent an error if you tried saving a playlist with no name or tracks:
async savePlaylist(name, trackUris) {
...
}https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels