Skip to content

Commit

Permalink
fixed action cli in TS
Browse files Browse the repository at this point in the history
  • Loading branch information
plxity committed Dec 11, 2024
1 parent f88ccd6 commit 1ccdf0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/cli/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Command } from "commander";
import client from "../sdk/client/client";
import { getOpenAPIClient } from "../sdk/utils/config";
import { ListActionsV2Data } from "../sdk/client";
import { AxiosError } from "axios";

export default class ActionCommand {
private program: Command;
Expand Down

0 comments on commit 1ccdf0d

Please sign in to comment.