Skip to content

Commit

Permalink
Update Discogs.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop authored Nov 8, 2023
1 parent 901bde1 commit 4920d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/rest/Discogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function releaseInfo(
releaseType: DiscogsSearchType,
release: DiscogsRelease
): Promise<Response> {
const resource_url = release?.resource_url);
const resource_url = release?.resource_url;
if (resource_url) {
return fetch(resource_url + addToken({}));
}
Expand Down

0 comments on commit 4920d45

Please sign in to comment.