Skip to content

Commit

Permalink
Don't export getClientSecret function
Browse files Browse the repository at this point in the history
  • Loading branch information
Advayp committed Jan 26, 2025
1 parent 224f463 commit 54cb329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/utils/spotify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const getClientId = () => {
return SPOTIFY_CLIENT_ID;
};

export const getClientSecret = () => {
const getClientSecret = () => {
return SPOTIFY_CLIENT_SECRET;
};

Expand Down

0 comments on commit 54cb329

Please sign in to comment.