From 91d1034b650125f9078ed410f57311c8cf47daea Mon Sep 17 00:00:00 2001 From: Steven Oderayi Date: Thu, 9 Nov 2023 13:54:39 +0100 Subject: [PATCH] chore: remove resolved TODOs --- src/domain/position/binProcessor.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/domain/position/binProcessor.js b/src/domain/position/binProcessor.js index 0c6134189..9da5099c9 100644 --- a/src/domain/position/binProcessor.js +++ b/src/domain/position/binProcessor.js @@ -104,9 +104,6 @@ const processBins = async (bins, trx) => { accountIdMap[participantCurrencyId] = { participantId, currencyId } } - // TODO: Verify if all the accountIds have a corresponding participantCurrencyId - // TODO: Verify all maps are correctly constructed - // Get all participantCurrencyIds for the participantIdMap const allParticipantCurrencyIds = await BatchPositionModelCached.getParticipantCurrencyByParticipantIds(trx, Object.keys(participantIdMap)) const settlementCurrencyIds = []