fix merge problem

This commit is contained in:
Ulf Gebhardt 2023-04-06 14:10:46 +02:00
parent 657c171898
commit f2ad6cc24a
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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