This commit is contained in:
2025-08-11 17:09:39 +05:30
parent 71f5d2875d
commit 01f0fa7cd7
3 changed files with 20 additions and 31 deletions

View File

@@ -30,7 +30,6 @@ export const updateProject = async (
body: JSON.stringify(body),
}
);
console.log('body: ', body);
const newAccessToken = response.headers.get("x-access-token");
if (newAccessToken) {
@@ -42,7 +41,6 @@ export const updateProject = async (
}
const result = await response.json();
console.log('result: ', result);
return result;
} catch (error) {
if (error instanceof Error) {