I need to have a word with my autoformatter

This commit is contained in:
2025-10-16 12:46:10 -04:00
parent 7afe40775e
commit 694c58e449

View File

@@ -23,7 +23,8 @@ export const migrateBadgeProgress = createServerFn()
export const getAllBadges = createServerFn()
.middleware([superTokensFunctionMiddleware])
.handler(async () =>
toServerResult(() => pbAdmin.listBadges()))
toServerResult(() => pbAdmin.listBadges())
);
export const getAllEarnedBadges = createServerFn()
.middleware([superTokensFunctionMiddleware])