I need to have a word with my autoformatter
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user