mirror of
https://github.com/cmorooney/obsidian-game-search-plugin.git
synced 2026-07-22 07:50:25 +00:00
please prettier
This commit is contained in:
parent
669398380e
commit
91317b3f5f
2 changed files with 2 additions and 7 deletions
7
.github/ISSUE_TEMPLATE/bug_report.md
vendored
7
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue