Skip to content

Commit

Permalink
Remove yield* in JS file (#7134)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrombo authored Jan 17, 2024
1 parent fa7a9d9 commit 335cfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/common/store/upload/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ function* uploadCollection(tracks, userId, collectionMetadata, isAlbum) {
}
})
)
yield* put(
yield put(
addLocalCollection({
collectionId: confirmedPlaylist.playlist_id,
isAlbum: confirmedPlaylist.is_album,
Expand Down

0 comments on commit 335cfa4

Please sign in to comment.