Browse Source

fix type import

pull/2659/head
Bernd Storath 4 weeks ago
parent
commit
1498d9d1db
  1. 1
      src/server/database/repositories/user/service.ts

1
src/server/database/repositories/user/service.ts

@ -3,7 +3,6 @@ import { TOTP } from 'otpauth';
import { user } from './schema'; import { user } from './schema';
import type { UserType } from './types'; import type { UserType } from './types';
import type { DBType } from '#db/sqlite'; import type { DBType } from '#db/sqlite';
import type { OAUTH_PROVIDER } from '~~/server/utils/oauth';
type LoginResult = type LoginResult =
| { | {

Loading…
Cancel
Save