Skip to content
Snippets Groups Projects
Commit e269bca1 authored by Andrei Cioromila's avatar Andrei Cioromila
Browse files

bug(manuscript-manager): await status update when submitting a revision

parent 40405ea0
No related branches found
No related tags found
3 merge requests!162Sprint 23 Features,!161Deploy S23 features and fixes,!159Hin 1153 status after review
......@@ -23,7 +23,7 @@ class Collection {
}
}
this.updateStatus({ newStatus })
return this.updateStatus({ newStatus })
}
async updateFinalStatusByRecommendation({ recommendation }) {
......
......@@ -103,7 +103,7 @@ module.exports = models => async (req, res) => {
await authorsTeam.save()
}
collectionHelper.updateStatusByRecommendation({
await collectionHelper.updateStatusByRecommendation({
recommendation: heRecommendation.recommendation,
})
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment