Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Mar 4, 2024
1 parent 3a5766e commit 0cfc49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/phim/_season.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ const episodesOpEnd = computedAsync<ShallowReactive<ListEpisodes> | null>(
else results = shallowReactive(data)
}),
get<string>(`episodes_opend:${realId}`).then((text) => {
// eslint-disable-next-line functional/no-throw-statements
// eslint-disable-next-line functional/no-throw-statement
if (!text) throw new Error("not_found_on_idb")
const data = JSON.parse(text)
Expand Down

0 comments on commit 0cfc49a

Please sign in to comment.