Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
torztomasz committed Jul 12, 2023
1 parent a11cbb0 commit a1e21da
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { UserDetails } from '@explorer/shared'

import { PageContextService } from '../../core/PageContextService'
import {
AggregatedL2TransactionRecord,
L2TransactionRepository,
AggregatedL2TransactionRecord,
L2TransactionRepository,
} from '../../peripherals/database/L2TransactionRepository'
import { getAssetPriceUSDCents } from '../../utils/assets'
import { ControllerResult } from './ControllerResult'
Expand All @@ -27,7 +27,9 @@ export class L2TransactionController {
return { type: 'not found' }
}
const aggregatedL2Transaction =
await this.l2TransactionRepository.findAggregatedByTransactionId(transactionId)
await this.l2TransactionRepository.findAggregatedByTransactionId(
transactionId
)

if (!aggregatedL2Transaction) {
return {
Expand Down

0 comments on commit a1e21da

Please sign in to comment.