We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a192df6 commit 64b5f6cCopy full SHA for 64b5f6c
packages/fasset-indexer-api/src/analytics/explorer.ts
@@ -339,7 +339,7 @@ export class ExplorerAnalytics {
339
).then(x => x.collateralReserved.evmLog)
340
} else if (log.name == EVENTS.ASSET_MANAGER.COLLATERAL_RESERVATION_DELETED) {
341
oglog = await em.findOneOrFail(Entities.CollateralReservationDeleted,
342
- { evmLog: log }, { populate: [ 'collateralReserved.evmLog.transaction' ] }
+ { evmLog: log }, { populate: [ 'collateralReserved.evmLog.transaction' ] }
343
344
// redemptions
345
} else if (log.name == EVENTS.ASSET_MANAGER.REDEMPTION_PERFORMED) {
0 commit comments