Skip to content

Commit

Permalink
Remove implementing automatic updating for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurankv committed Aug 25, 2023
1 parent 6d635df commit 62cecc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default class CodeStylerPlugin extends Plugin {
}

async loadSettings() {
this.settings = Object.assign({},structuredClone(DEFAULT_SETTINGS),convertSettings(await this.loadData()));
this.settings = Object.assign({},structuredClone(DEFAULT_SETTINGS),(await this.loadData())); //TODO (@mayurankv) Add `convertSettings`
}

async saveSettings() {
Expand Down

0 comments on commit 62cecc2

Please sign in to comment.