project update

This commit is contained in:
2025-05-17 11:18:29 +05:30
parent 6c17ba4590
commit 611bffdaa9
2 changed files with 54 additions and 51 deletions

View File

@@ -101,7 +101,7 @@ export const GetAllProjects = async (data: GetProjectsInterface) => {
.find({
isArchive: false,
})
.select("_id projectName createdBy thumbnail createdAt");
.select("_id projectName createdBy thumbnail createdAt projectUuid");
if (projectDatas) return { status: "Success", Datas: projectDatas };
} catch (error: unknown) {
return { status: error };