Join Slack
Powered by
``` this.client.user.update({ where: { id...
# orm-help
s
Sebastian Gug
10/19/2022, 3:16 PM
Copy code
this.client.user.update({ where: { id }, data: { emailVerificationSendCount: +1 }, });
✅ 1
Open in Slack
Previous
Next