2
0

🧐 Improve inspectUser script

This commit is contained in:
Baptiste Arnaud
2024-01-12 11:24:41 +01:00
parent 409aeb12d3
commit 1f5559fea1
2 changed files with 6 additions and 11 deletions

View File

@@ -31,6 +31,7 @@ const inspectUser = async () => {
id: true,
name: true,
plan: true,
isVerified: true,
members: {
where: {
user: { email: { not: email } },