© 2026 Hedgehog Software, LLC
Expected 0 arguments, but got 1.ts(2554)
id
uuid
defaultRandom
const [{ id }] = await this.db .insert(authUser) .values({ ...props, createdAt: new Date().getTime() }) .onConflictDoNothing() .returning({ id: authUser.id });