2
0

🛂 Add checkSubscriptions script

This commit is contained in:
Baptiste Arnaud
2023-06-23 12:05:47 +02:00
parent de0b105276
commit 2abce89a46
2 changed files with 48 additions and 1 deletions

View File

@ -14,7 +14,8 @@
"db:fixTypebots": "tsx fixTypebots.ts",
"telemetry:sendTotalResultsDigest": "tsx sendTotalResultsDigest.ts",
"sendAlertEmails": "tsx sendAlertEmails.ts",
"inspectUser": "tsx inspectUser.ts"
"inspectUser": "tsx inspectUser.ts",
"checkSubscriptionsStatus": "tsx checkSubscriptionsStatus.ts"
},
"devDependencies": {
"@typebot.io/emails": "workspace:*",