merge
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user