mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 04:33:10 +00:00
Fixed Compile Issues
This commit is contained in:
parent
7578b189ef
commit
e006da673e
13 changed files with 1289 additions and 2620 deletions
|
@ -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) {
|
||||
|
|
|
@ -29,10 +29,6 @@ const handler = async (data: InputType): Promise<ReturnType> => {
|
|||
},
|
||||
},
|
||||
},
|
||||
select: {
|
||||
id: true,
|
||||
title: true,
|
||||
},
|
||||
});
|
||||
|
||||
await createAuditLog({
|
||||
|
|
|
@ -28,10 +28,6 @@ const handler = async (data: InputType): Promise<ReturnType> => {
|
|||
orgId,
|
||||
},
|
||||
},
|
||||
select: {
|
||||
id: true,
|
||||
title: true,
|
||||
},
|
||||
});
|
||||
|
||||
await createAuditLog({
|
||||
|
|
|
@ -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({
|
||||
|
|
|
@ -32,11 +32,6 @@ const handler = async (data: InputType): Promise<ReturnType> => {
|
|||
order: card.order,
|
||||
listId: card.listId,
|
||||
},
|
||||
select: {
|
||||
id: true,
|
||||
order: true,
|
||||
listId: true,
|
||||
},
|
||||
})
|
||||
);
|
||||
|
||||
|
|
|
@ -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({
|
||||
|
|
|
@ -31,11 +31,6 @@ const handler = async (data: InputType): Promise<ReturnType> => {
|
|||
data: {
|
||||
title,
|
||||
},
|
||||
select: {
|
||||
id: true,
|
||||
title: true,
|
||||
boardId: true,
|
||||
},
|
||||
});
|
||||
|
||||
await createAuditLog({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue