Merge branch 'branch-v2' into branch-1

This commit is contained in:
2025-05-17 11:20:05 +05:30
2 changed files with 54 additions and 51 deletions

View File

@@ -100,7 +100,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 };