Skip to content

Commit

Permalink
Adjust Transaction['txStatus'] type (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorgomezv authored Nov 19, 2024
1 parent 0ca4a6a commit 75db7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/transactions/entities/transaction.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class Transaction {
constructor(
id: string,
timestamp: number,
txStatus: string,
txStatus: TransactionStatus,
txInfo: TransactionInfo,
executionInfo: ExecutionInfo | null = null,
safeAppInfo: SafeAppInfo | null = null,
Expand Down

0 comments on commit 75db7c2

Please sign in to comment.