Skip to content

Commit 64b5f6c

Browse files
committed
fix: indent
1 parent a192df6 commit 64b5f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fasset-indexer-api/src/analytics/explorer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export class ExplorerAnalytics {
339339
).then(x => x.collateralReserved.evmLog)
340340
} else if (log.name == EVENTS.ASSET_MANAGER.COLLATERAL_RESERVATION_DELETED) {
341341
oglog = await em.findOneOrFail(Entities.CollateralReservationDeleted,
342-
{ evmLog: log }, { populate: [ 'collateralReserved.evmLog.transaction' ] }
342+
{ evmLog: log }, { populate: [ 'collateralReserved.evmLog.transaction' ] }
343343
).then(x => x.collateralReserved.evmLog)
344344
// redemptions
345345
} else if (log.name == EVENTS.ASSET_MANAGER.REDEMPTION_PERFORMED) {

0 commit comments

Comments
 (0)