Skip to content

Commit

Permalink
style: enable sort rule after set
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr committed Dec 6, 2024
1 parent 592c157 commit 9a94466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/jw-media.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,7 @@ export async function processMissingMediaInfo(allMedia: MultimediaItem[]) {
!currentStateStore.currentSettings?.langFallback &&
currentStateStore.currentSettings?.lang,
currentStateStore.currentSettings?.langFallback,
/* eslint-disable perfectionist/sort-sets */
/* eslint-enable perfectionist/sort-sets */
]),
];
for (const langwritten of langsWritten) {
Expand Down

0 comments on commit 9a94466

Please sign in to comment.