parent
f1b6aab749
commit
e75c98b299
1 changed files with 2 additions and 1 deletions
|
@ -76,8 +76,9 @@ export function updateProject(req, res) {
|
|||
}
|
||||
res.json(savedProject);
|
||||
});
|
||||
} else {
|
||||
res.json(updatedProject);
|
||||
}
|
||||
res.json(updatedProject);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue