Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mPaella committed Dec 9, 2024
1 parent 7c4be36 commit d9f0f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion typescript/packages/plugins/jupiter/src/parameters.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import {
type QuoteGetRequest,
QuoteGetSwapModeEnum,
type QuoteResponse,
type SwapInfo,
type SwapPostRequest,
type QuoteGetRequest,
} from "@jup-ag/api";
import { z } from "zod";

Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/plugins/jupiter/src/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Plugin, SolanaWalletClient } from "@goat-sdk/core";
import { createJupiterApiClient } from "@jup-ag/api";
import type { z } from "zod";
import { getQuoteParametersSchema, quoteResponseSchema } from "./parameters";
import { createJupiterApiClient } from "@jup-ag/api";

export function jupiter(): Plugin<SolanaWalletClient> {
return {
Expand Down

0 comments on commit d9f0f3c

Please sign in to comment.