Skip to content

Commit

Permalink
refactor: ♻️ removed unnecessary await
Browse files Browse the repository at this point in the history
  • Loading branch information
kometenstaub committed Oct 2, 2021
1 parent 402620b commit 9082c69
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 @@ -50,7 +50,7 @@ export default class BridgePlugin extends Plugin {
});
}

await this.methods.setWritingSchedule(
this.methods.setWritingSchedule(
this.settings.tagFile,
this.settings.metadataFile,
this.settings.allExceptMdFile
Expand Down

0 comments on commit 9082c69

Please sign in to comment.