Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Nov 6, 2024
1 parent c95b938 commit 3890bac
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 @@ -1177,7 +1177,6 @@ export class DictionaryController {

await this._deleteDictionaryInternal(dictionaryTitle, onProgress);
await this._deleteDictionarySettings(dictionaryTitle);
this._onDictionariesUpdate = null;
} catch (e) {
log.error(e);
} finally {
Expand Down

0 comments on commit 3890bac

Please sign in to comment.