Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapppa committed May 6, 2024
1 parent 4d33212 commit 003d185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/soundcloud-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default class {
return songsToReturn;
}

// not fully supported yet.
// Not fully supported yet.
async getArtist(userName: string): Promise<SongMetadata[]> {
const tracks = await this.cache.wrap(
async () => this.soundcloud.users.tracksV2(userName),
Expand Down

0 comments on commit 003d185

Please sign in to comment.