2
0

🧐 Better inspectUser script

This commit is contained in:
Baptiste Arnaud
2024-02-13 17:25:39 +01:00
parent 191aeb0214
commit 5ecc6deab7
2 changed files with 40 additions and 1 deletions

View File

@@ -32,11 +32,14 @@ const inspectTypebot = async () => {
publicId: true,
customDomain: true,
createdAt: true,
isArchived: true,
workspace: {
select: {
id: true,
name: true,
plan: true,
isPastDue: true,
isSuspended: true,
members: {
select: {
role: true,