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, }; }