diff --git a/backend/typescript/utilities/delegation-algorithm/index.ts b/backend/typescript/utilities/delegation-algorithm/index.ts index 3e53653..dc96f3b 100644 --- a/backend/typescript/utilities/delegation-algorithm/index.ts +++ b/backend/typescript/utilities/delegation-algorithm/index.ts @@ -30,8 +30,8 @@ async function delegationAlgorithm() { reviewerComments: '', recommendedSecondChoice: 'N/A' }); - })) - })) + })); + })); } async function loadReviewers(): Promise {