Skip to content
Snippets Groups Projects
Commit a2211afe authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

fix(eqa): EiC second decision not passing EQA again

parent 9d7063c9
No related branches found
No related tags found
1 merge request!34Sprint 17 features
......@@ -38,7 +38,7 @@ module.exports = ({ Collection, Fragment, User }) => async (req, res) => {
delete collection.technicalChecks.token
if (step === TECHNICAL_STEPS.EQA) {
collection.technicalChecks.hasEQA = agree
collection.technicalChecks.hasEQA = true
}
collection.status = setNewStatus(step, agree)
await collection.save()
......
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