Ran prettier and commented out VNDBAPI that I forgot to remove

Just in case I forget: ` bun prettier . --write`
This commit is contained in:
ltctceplrm 2025-02-12 00:31:57 +01:00
parent d89d8be189
commit 540a772e6d
5 changed files with 37 additions and 40 deletions

View file

@ -219,7 +219,7 @@ export class MediaDbSettingTab extends PluginSettingTab {
void this.plugin.saveSettings();
});
});
new Setting(containerEl)
new Setting(containerEl)
.setName('Comic Vine Key')
.setDesc('API key for "www.comicvine.gamespot.com".')
.addText(cb => {