mirror of
https://github.com/mara-li/obsidian-simple-colored-folder.git
synced 2026-07-22 05:46:20 +00:00
refactor: uncessary any
This commit is contained in:
parent
ebe99f2937
commit
98b5aeb9c7
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ export default class SimpleColoredFolder extends Plugin {
|
|||
async migrateSettings() {
|
||||
if ("timeout" in this.settings) {
|
||||
console.warn("[Simple colored folder] Migrating settings: removing timeout");
|
||||
delete (this.settings as any)["timeout"];
|
||||
delete this.settings["timeout"];
|
||||
await this.saveSettings();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue