diff --git a/packages/auth/src/di/bind-dev-seed.ts b/packages/auth/src/di/bind-dev-seed.ts index 54416a4..37f3d84 100644 --- a/packages/auth/src/di/bind-dev-seed.ts +++ b/packages/auth/src/di/bind-dev-seed.ts @@ -153,4 +153,5 @@ export async function bindDevSeedAuth( void queue; // // + // } diff --git a/packages/auth/src/di/bind-production.ts b/packages/auth/src/di/bind-production.ts index a212d28..b498e61 100644 --- a/packages/auth/src/di/bind-production.ts +++ b/packages/auth/src/di/bind-production.ts @@ -151,4 +151,5 @@ export function bindProductionAuth( void queue; // // + // } diff --git a/packages/auth/src/di/symbols.ts b/packages/auth/src/di/symbols.ts index ed2f238..430906b 100644 --- a/packages/auth/src/di/symbols.ts +++ b/packages/auth/src/di/symbols.ts @@ -11,4 +11,5 @@ export const AUTH_SYMBOLS = { ISignOutController: Symbol.for("auth:ISignOutController"), // // + // } as const; diff --git a/packages/auth/src/index.ts b/packages/auth/src/index.ts index b153fe8..c067ff8 100644 --- a/packages/auth/src/index.ts +++ b/packages/auth/src/index.ts @@ -42,3 +42,4 @@ export { userSignedUpEventSchema, type UserSignedUpEvent, } from "./events/user-signed-up.event"; +//