Skip to content

Commit

Permalink
fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
bigirishlion committed Nov 7, 2024
1 parent 0b649bb commit 1d98a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands/buy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { buy, BuyConfig, buyWithAuth, BuyWithAuthConfig } from "../buy";
import program from "../../cli/cli";
import { buy, BuyConfig, buyWithAuth, BuyWithAuthConfig } from "../buy";
import { loadConfig } from "../config";

import * as helios from "@koralabs/helios";
Expand Down

0 comments on commit 1d98a53

Please sign in to comment.