bun run format

This commit is contained in:
2026-01-27 19:43:32 -03:00
parent 37f1b46306
commit e1864660a7
19 changed files with 115 additions and 121 deletions

View File

@@ -24,7 +24,7 @@ export async function loadMorePosts() {
if (newPosts.length < PAGE_SIZE) {
finished = true;
} else {
page.update(p => p + 1);
page.update((p) => p + 1);
}
} finally {
loadingPosts.set(false);