🚑 (editor) Fix typebot update permission

This commit is contained in:
Baptiste Arnaud
2023-11-23 08:28:18 +01:00
parent ca79934ef5
commit 8a07392821
16 changed files with 26 additions and 26 deletions

View File

@@ -58,7 +58,7 @@ export const getLinkedTypebots = authenticatedProcedure
createdAt: true,
workspace: {
select: {
isQuarantined: true,
isSuspended: true,
isPastDue: true,
members: {
select: {
@@ -109,7 +109,7 @@ export const getLinkedTypebots = authenticatedProcedure
createdAt: true,
workspace: {
select: {
isQuarantined: true,
isSuspended: true,
isPastDue: true,
members: {
select: {