Skip to content

Commit

Permalink
Add quote hash to response
Browse files Browse the repository at this point in the history
  • Loading branch information
lserra-iov authored and alexjavabraz committed Oct 2, 2024
1 parent 9ca9856 commit 8ae9380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/flyover.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export class FlyoverService extends MongoDbDataService<FlyoverStatusModel, Flyov
senderAddress: flyoverTx.senderAddress,
recipientAddress: flyoverTx.recipientAddress,
status,
quoteHash: flyoverTx.quoteHash,
};
}

Expand Down

0 comments on commit 8ae9380

Please sign in to comment.