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

style(lint): fix linting error

parent bf91b774
No related branches found
No related tags found
1 merge request!7fix(statuses): fix status changing issue on decline
...@@ -52,7 +52,6 @@ const updateReviewerCollectionStatus = async collection => { ...@@ -52,7 +52,6 @@ const updateReviewerCollectionStatus = async collection => {
const reviewerInvitations = collection.invitations.filter( const reviewerInvitations = collection.invitations.filter(
inv => inv.role === 'reviewer', inv => inv.role === 'reviewer',
) )
console.log('LENGTH', reviewerInvitations.length)
if (reviewerInvitations.length === 0) if (reviewerInvitations.length === 0)
await updateStatus(collection, 'heAssigned') await updateStatus(collection, 'heAssigned')
} }
......
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