update remaining packages
Some checks failed
PR Gate / Checks (pull_request) Failing after 46s

This commit is contained in:
Benjamin Palko 2026-08-11 17:31:39 -04:00
parent 0e0bff902b
commit 4f8e6ba55f
4 changed files with 107 additions and 197 deletions

View file

@ -11,7 +11,7 @@ export const load: PageServerLoad = async () => {
posts
};
} catch (err) {
logger.error('Uh-oh!', err);
logger.error(err, 'Uh-oh!');
error(500);
}
};