From 42e2f5cb688057c9ea82471939889534d85704c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:08:32 +0000 Subject: [PATCH] style: auto format --- lib/routes/letterboxd/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/letterboxd/index.ts b/lib/routes/letterboxd/index.ts index 7996ee27a..ab447b631 100644 --- a/lib/routes/letterboxd/index.ts +++ b/lib/routes/letterboxd/index.ts @@ -60,6 +60,6 @@ async function handler(ctx: Context) { title: $('title').text() || `${username}'s Watchlist • Letterboxd`, link: currentUrl, item: items, - allowEmpty: true + allowEmpty: true, }; }