style: auto format

This commit is contained in:
github-actions[bot] 2025-09-16 14:08:32 +00:00
parent 9dab61134c
commit 42e2f5cb68
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,6 @@ async function handler(ctx: Context) {
title: $('title').text() || `${username}'s Watchlist • Letterboxd`,
link: currentUrl,
item: items,
allowEmpty: true
allowEmpty: true,
};
}