mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-16 18:43:05 +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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue