Skip to content

Commit

Permalink
Forgot to return
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeydarrenlau authored Jun 14, 2024
1 parent 7cd6fbc commit c73c22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export default class ObsidianSpotify extends Plugin {
});
} catch {
console.log("[" + manifest.name + "] Waiting for internet to update token")
return;
}
let data = await access_token.json;

Check failure on line 175 in main.ts

View workflow job for this annotation

GitHub Actions / build

Cannot find name 'access_token'.

Expand Down

0 comments on commit c73c22b

Please sign in to comment.