Skip to content

Commit 4d79c09

Browse files
committed
🔨 Show isQuarantined in inspectUser script
1 parent 5c66793 commit 4d79c09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/scripts/src/inspectUser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const inspectUser = async () => {
4545
stripeId: true,
4646
isSuspended: true,
4747
isPastDue: true,
48+
isQuarantined: true,
4849
members: {
4950
select: {
5051
role: true,

0 commit comments

Comments
 (0)