Skip to content

Commit

Permalink
Update src/modules/users/users-playback.controller.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Iqro <[email protected]>
  • Loading branch information
Mnigos and Iqro-dev committed Jan 15, 2024
1 parent 04cabce commit e6acab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/users/users-playback.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class UsersPlaybackController {

if (foundUser.profile.id !== meProfile.id)
throw new UnauthorizedException(

Check warning on line 131 in src/modules/users/users-playback.controller.ts

View workflow job for this annotation

GitHub Actions / Lint 🐱

Replace `⏎········'You·are·not·allowed·to·resume·playback.'⏎······` with `'You·are·not·allowed·to·resume·playback.'`
'You are not authorized to resume playback.'
'You are not allowed to resume playback.'
)

const token = await this.spotifyAuthService.token({
Expand Down

0 comments on commit e6acab0

Please sign in to comment.