Skip to content

Commit

Permalink
fix(types): eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvdkolk committed Feb 23, 2024
1 parent 0db350e commit 6277e4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/interfaces/Spotify/Album.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Artist, ArtistSimplified } from './Artist';
import { ExternalUrls, ExternalIds, PagingObject } from './shared';
import { Copyright } from './shared/Copyrights';
import { Image } from './shared/Image';
import { Track, TrackSimplified } from './Track';
import { TrackSimplified } from './Track';

export interface AlbumBase {
/**
Expand Down
1 change: 0 additions & 1 deletion src/lib/http/HttpManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
AuthError,
BadRequestError,
ForbiddenError,
InternalServerError,
NotFoundError,
RatelimitError
} from '../../interfaces/Errors';
Expand Down

0 comments on commit 6277e4f

Please sign in to comment.