Skip to content

Commit

Permalink
remove cmt
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Nov 5, 2024
1 parent c6f12f4 commit 50875f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/js/pages/settings/dictionary-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,6 @@ export class DictionaryController {
} else if (task.type === 'update') {
await this._updateDictionary(task.dictionaryTitle, task.downloadUrl);
}
// await database update done before running next task
/** @type {Promise<void>} */
const databaseUpdatePromise = new Promise((resolve) => {
this._onDatabaseUpdateDone = resolve;
Expand Down

0 comments on commit 50875f5

Please sign in to comment.