Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Saliou Diallo committed Feb 16, 2023
1 parent 8102b85 commit f89bd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/common/store/queue/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export function* watchNext() {
track ?? null
)

// Skip deleted or owner deactivated or locked premium track
// Skip deleted, owner deactivated, or locked premium track
if (
track &&
(track.is_delete || user?.is_deactivated || !doesUserHaveAccess)
Expand Down

0 comments on commit f89bd7c

Please sign in to comment.