fix(gemini): budget-check före bildhämtning så spärr triggars tidigt
This commit is contained in:
@@ -232,7 +232,7 @@ export async function authRoutes(app: FastifyInstance) {
|
||||
|
||||
// Trial startas först när e-posten är verifierad. En trial per verifierad e-post.
|
||||
const [existingTrial] = await app.db
|
||||
.select({ id: schema.trials.id })
|
||||
.select({ userId: schema.trials.userId })
|
||||
.from(schema.trials)
|
||||
.where(eq(schema.trials.userId, stored.userId))
|
||||
.limit(1);
|
||||
|
||||
Reference in New Issue
Block a user