Skip to content

Commit 672b95a

Browse files
committed
let's give them some credits
1 parent 7f25fd2 commit 672b95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/api/routers/users.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const userRouter = createTRPCRouter({
102102
username:
103103
clerkUser.emailAddresses[0]?.emailAddress.split("@")[0] ??
104104
generateRandomString(10),
105-
credits: 0,
105+
credits: 25,
106106
apiKey: generateRandomString(255),
107107
});
108108
}

0 commit comments

Comments
 (0)