diff --git a/src/db/types.ts b/src/db/types.ts index 3993b81..3324fd6 100644 --- a/src/db/types.ts +++ b/src/db/types.ts @@ -22,4 +22,3 @@ export class User { password!: string; role!: string; // 'admin' | 'user' } -