mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 16:52:05 +10:00
fix import
This commit is contained in:
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user