Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 10, 2022
1 parent 7776c7b commit c80803c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type ParsedSpotifyUri =
| Album
| User

export { parse, Search, Episode, Local, Playlist, Track, Artist, Album, User };
export { parse, Search, Episode, Local, Playlist, Track, Artist, Album, User }

export function formatURI (input: string | SpotifyUri): string {
const uri: SpotifyUri = typeof input === 'string' ? parse(input) : input
Expand Down

0 comments on commit c80803c

Please sign in to comment.