Skip to content

Commit d9f0f3c

Browse files
committed
lint
1 parent 7c4be36 commit d9f0f3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

typescript/packages/plugins/jupiter/src/parameters.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import {
2+
type QuoteGetRequest,
23
QuoteGetSwapModeEnum,
34
type QuoteResponse,
45
type SwapInfo,
56
type SwapPostRequest,
6-
type QuoteGetRequest,
77
} from "@jup-ag/api";
88
import { z } from "zod";
99

typescript/packages/plugins/jupiter/src/plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Plugin, SolanaWalletClient } from "@goat-sdk/core";
2+
import { createJupiterApiClient } from "@jup-ag/api";
23
import type { z } from "zod";
34
import { getQuoteParametersSchema, quoteResponseSchema } from "./parameters";
4-
import { createJupiterApiClient } from "@jup-ag/api";
55

66
export function jupiter(): Plugin<SolanaWalletClient> {
77
return {

0 commit comments

Comments
 (0)