Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sladuca committed Dec 5, 2024
1 parent fb6ba23 commit 74453b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
"typescript": "^5.6.2"
},
"version": "0.1.4"
}
}
2 changes: 1 addition & 1 deletion src/helpers/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const ConfigDefaults = process.env.IS_DEVELOPMENT_CLI_ENV
// --

export async function saveConfig(
config: Partial<Config>
config: Partial<Config>,
): Promise<{ success: boolean }> {
const configPath = getConfigPath();
const configDir = join(homedir(), ".sfcompute");
Expand Down
4 changes: 1 addition & 3 deletions src/lib/me.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@


import type { Command } from "commander";
import {
logSessionTokenExpiredAndQuit,
logLoginMessageAndQuit,
logSessionTokenExpiredAndQuit,
} from "../helpers/errors.ts";
import { isLoggedIn, loadConfig } from "../helpers/config.ts";
import { logAndQuit } from "../helpers/errors.ts";
Expand Down

0 comments on commit 74453b6

Please sign in to comment.