Project based wall,service Functionality processing

This commit is contained in:
2025-05-27 16:46:48 +05:30
parent fdfc7a983c
commit 2c28ffe9aa
6 changed files with 526 additions and 123 deletions

View File

@@ -85,7 +85,6 @@ export const createProject = async (data: CreateProjectInput) => {
project: project,
};
} catch (error) {
console.log("error: ", error);
return {
status: error,
};