Skip to content

Commit

Permalink
remove return
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Dec 29, 2023
1 parent 06e6aae commit 66eb661
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ext/js/data/options-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -1141,8 +1141,6 @@ export class OptionsUtil {
for (const {options: profileOptions} of options.profiles) {
profileOptions.translation.searchResolution = 'letter';
}

return options;
}

/**
Expand All @@ -1153,8 +1151,6 @@ export class OptionsUtil {
for (const {options: profileOptions} of options.profiles) {
profileOptions.translation.partsOfSpeechFilter = true;
}

return options;
}

/**
Expand Down

0 comments on commit 66eb661

Please sign in to comment.