Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Nov 28, 2024
1 parent 44c915e commit 3322841
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/api/src/services/bria/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ export const OnChainService = (): IOnChainService => {
id: response.getId() as PayoutId,
journalId,
batchInclusionEstimatedAt: response.getBatchInclusionEstimatedAt(),
batchId: undefined,
txId: undefined,
vout: undefined,
}
} catch (err) {
const errMsg = parseErrorMessageFromUnknown(err)
Expand Down

0 comments on commit 3322841

Please sign in to comment.