From 0cfc49a916e928e3e9f81bf9b97854b26d954eb7 Mon Sep 17 00:00:00 2001 From: Tachibana Shin Date: Mon, 4 Mar 2024 15:08:29 +0000 Subject: [PATCH] chore: lint --- src/pages/phim/_season.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/phim/_season.vue b/src/pages/phim/_season.vue index 0a756fc5..756e253c 100644 --- a/src/pages/phim/_season.vue +++ b/src/pages/phim/_season.vue @@ -1746,7 +1746,7 @@ const episodesOpEnd = computedAsync | null>( else results = shallowReactive(data) }), get(`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)