mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix merge problem
This commit is contained in:
parent
657c171898
commit
f2ad6cc24a
@ -2,7 +2,7 @@ import { User as DbUser } from '@entity/User'
|
|||||||
import { UserContact as DbUserContact } from '@entity/UserContact'
|
import { UserContact as DbUserContact } from '@entity/UserContact'
|
||||||
import { validate, version } from 'uuid'
|
import { validate, version } from 'uuid'
|
||||||
|
|
||||||
import LogError from '@/server/LogError'
|
import { LogError } from '@/server/LogError'
|
||||||
|
|
||||||
export const findUserByIdentifier = async (identifier: string): Promise<DbUser> => {
|
export const findUserByIdentifier = async (identifier: string): Promise<DbUser> => {
|
||||||
let user: DbUser | undefined
|
let user: DbUser | undefined
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user