Posts by Bruno • 11 points
1 post
-
1
votes0
answers43
viewsQ: Problem with findOne verification
I am using typeorm and postgres. In my use case I have a execute method: async execute({ name, email, password }: ICreateUserDTO): Promise<void> { const userExists = await…