please prettier

This commit is contained in:
calvin 2024-04-05 10:32:50 -04:00 committed by Calvin Morooney
parent 669398380e
commit 91317b3f5f
2 changed files with 2 additions and 7 deletions

View file

@ -6,12 +6,7 @@ labels: bug
assignees: CMorooney
---
**PLEASE NOTE THAT CREATING AN API KEY ON RAWG SEEMS TO TAKE SOME TIME TO ACTIVATE. TRYING TO USE A KEY IMMEDIATELY AFTER CREATING IT SEEMS TO OFTEN RESULT IN 401 ERRORS. BEFORE OPENING AN ISSUE REGARDING RAWG KEYS AND 401 ERRORS PLEASE ENSURE YOU HAVE WAITED SOME AND TRIED AGAIN**
**(see initial issue [here](https://github.com/CMorooney/obsidian-game-search-plugin/issues/11))**
also please make sure to check [the RAWG API Status page to ensure the API is reportedly functioning](https://status.rawg.io/)
please make sure to check [the RAWG API Status page to ensure the API is reportedly functioning](https://status.rawg.io/)
**Describe the bug**
A clear and concise description of what the bug is.

View file

@ -349,7 +349,7 @@ export default class GameSearchPlugin extends Plugin {
async saveSettings() {
await this.saveData(this.settings);
// Re-initialize the API, in case the API key was changed
this.rawgApi = new RAWGAPI(this.settings.rawgApiKey);
}