Skip to content

Commit

Permalink
fix jup pricing types
Browse files Browse the repository at this point in the history
  • Loading branch information
olivbau committed Nov 22, 2024
1 parent 00837ed commit 2995be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/src/plugins/jupiter/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export type PriceResponse = {
vsToken: string;
vsTokenSymbol: string;
price: number;
}
} | null
>;
timeTaken: number;
};

0 comments on commit 2995be1

Please sign in to comment.