Skip to content

Commit

Permalink
fixup! fix(managers): do not create http client per each manager
Browse files Browse the repository at this point in the history
  • Loading branch information
seth2810 committed Jul 27, 2024
1 parent db009f1 commit c8e390a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/SpotifyAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export class SpotifyAPI {

playlist: PlaylistManager;

config: SpotifyConfig;

constructor(config: SpotifyConfig) {
// eslint-disable-next-line deprecation/deprecation
const { acccessToken, ...httpClientConfig } = config;
Expand Down

0 comments on commit c8e390a

Please sign in to comment.