Skip to content

Commit

Permalink
fixed prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
plxity committed Dec 12, 2024
1 parent 02c31ec commit 1c6cb24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import login from "./login";
import logout from "./logout";
import triggers from "./triggers";
import whoami from "./whoami";
import actions from './actions'
import actions from "./actions";

// SDK Imports
import { TELEMETRY_EVENTS } from "../sdk/utils/telemetry/events";
Expand All @@ -29,7 +29,7 @@ new connections(program);
new integrations(program);
new triggers(program);
new add(program);
new actions(program)
new actions(program);

function formatLine(content: string): string {
return `${content}`;
Expand Down

0 comments on commit 1c6cb24

Please sign in to comment.