fix import
This commit is contained in:
parent
77b334ea37
commit
ec0ed5c630
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ import { KyselyDB, KyselyTransaction } from '@docmost/db/types/kysely.types';
|
||||||
import { DB, Users } from '@docmost/db/types/db';
|
import { DB, Users } from '@docmost/db/types/db';
|
||||||
import { hashPassword } from '../../../common/helpers';
|
import { hashPassword } from '../../../common/helpers';
|
||||||
import { dbOrTx } from '@docmost/db/utils';
|
import { dbOrTx } from '@docmost/db/utils';
|
||||||
import { sql } from 'kysely';
|
|
||||||
import {
|
import {
|
||||||
InsertableUser,
|
InsertableUser,
|
||||||
UpdatableUser,
|
UpdatableUser,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue