nestjs-realworld-example-app icon indicating copy to clipboard operation
nestjs-realworld-example-app copied to clipboard

Replace .remove() by .nativeDelete() for prevent "You need to pass en…

Open drackp2m opened this issue 2 years ago • 0 comments

Remove error message "Error: You need to pass entity instance or reference to 'em.remove()'. To remove entities by condition, use 'em.nativeDelete()'." when try to call [DELETE] /api/users/

drackp2m avatar Jun 19 '22 14:06 drackp2m