Skip to content

Commit

Permalink
fix: use correct type for build all txs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsambugs committed Jun 10, 2024
1 parent 2180e01 commit fbd388a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/quotes/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export type IQuoteService = {
quotes:
| Record<SourceId, Promise<QuoteResponseRelevantForTxBuild>>
| Promise<Record<SourceId, QuoteResponseRelevantForTxBuild>>
| Record<SourceId, QuoteResponse>;
| Record<SourceId, QuoteResponseRelevantForTxBuild>;
sourceConfig?: SourceConfig;
config?: {
timeout?: TimeString;
Expand Down

0 comments on commit fbd388a

Please sign in to comment.