Fixed Compile Issues

This commit is contained in:
Ahmad 2024-12-18 21:39:25 -05:00
parent 7578b189ef
commit e006da673e
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
13 changed files with 1289 additions and 2620 deletions

View file

@ -77,17 +77,6 @@ const handler = async (data: InputType): Promise<ReturnType> => {
imageLinkHTML,
imageDownloadUrl,
},
select: {
id: true,
title: true,
orgId: true,
imageId: true,
imageThumbUrl: true,
imageFullUrl: true,
imageUserName: true,
imageLinkHTML: true,
imageDownloadUrl: true,
},
});
if (!isPro) {

View file

@ -29,10 +29,6 @@ const handler = async (data: InputType): Promise<ReturnType> => {
},
},
},
select: {
id: true,
title: true,
},
});
await createAuditLog({

View file

@ -28,10 +28,6 @@ const handler = async (data: InputType): Promise<ReturnType> => {
orgId,
},
},
select: {
id: true,
title: true,
},
});
await createAuditLog({

View file

@ -60,17 +60,6 @@ const handler = async (data: InputType): Promise<ReturnType> => {
imageUserName,
imageDownloadUrl,
},
select: {
id: true,
title: true,
orgId: true,
imageId: true,
imageThumbUrl: true,
imageFullUrl: true,
imageUserName: true,
imageLinkHTML: true,
imageDownloadUrl: true,
},
});
await createAuditLog({

View file

@ -32,11 +32,6 @@ const handler = async (data: InputType): Promise<ReturnType> => {
order: card.order,
listId: card.listId,
},
select: {
id: true,
order: true,
listId: true,
},
})
);

View file

@ -34,15 +34,6 @@ const handler = async (data: InputType): Promise<ReturnType> => {
dueDate: dueDate,
startedAt: startedAt,
},
select: {
id: true,
title: true,
description: true,
order: true,
listId: true,
dueDate: true,
startedAt: true,
},
});
await createAuditLog({

View file

@ -31,11 +31,6 @@ const handler = async (data: InputType): Promise<ReturnType> => {
data: {
title,
},
select: {
id: true,
title: true,
boardId: true,
},
});
await createAuditLog({