Skip to content

Commit

Permalink
fixed createPlaylist request body
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvldmrbrvkv committed Aug 28, 2023
1 parent 2f420ca commit 9f86054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function App() {
const urlToFetch = `${spotifyBaseUrl}${playlistEndPoint}`;
const data = JSON.stringify({
'name': `${playlistName}`,
'description': 'A playlist created by the Jammming app.',
'description': 'The playlist created by the Jammming app.',
'public': true
})
try {
Expand Down

0 comments on commit 9f86054

Please sign in to comment.