Ran prettier and commented out VNDBAPI that I forgot to remove
Just in case I forget: ` bun prettier . --write`
This commit is contained in:
parent
d89d8be189
commit
540a772e6d
5 changed files with 37 additions and 40 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue