Skip to content

Commit 6a68db4

Browse files
committed
ran lint
1 parent 9424099 commit 6a68db4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/lib/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const auth = betterAuth({
5959
baseURL: getBaseURL(),
6060
trustedOrigins: [
6161
env.NEXT_PUBLIC_APP_URL,
62-
...(env.NEXT_PUBLIC_VERCEL_URL ? [`https://${env.NEXT_PUBLIC_VERCEL_URL}`] : [])
62+
...(env.NEXT_PUBLIC_VERCEL_URL ? [`https://${env.NEXT_PUBLIC_VERCEL_URL}`] : []),
6363
].filter(Boolean),
6464
database: drizzleAdapter(db, {
6565
provider: 'pg',

0 commit comments

Comments
 (0)