style: auto format
This commit is contained in:
parent
9dab61134c
commit
42e2f5cb68
|
|
@ -60,6 +60,6 @@ async function handler(ctx: Context) {
|
|||
title: $('title').text() || `${username}'s Watchlist • Letterboxd`,
|
||||
link: currentUrl,
|
||||
item: items,
|
||||
allowEmpty: true
|
||||
allowEmpty: true,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue