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 committed Sep 17, 2024
1 parent ed1fda2 commit d23dbf1
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 d23dbf1

Please sign in to comment.