Skip to content

Commit 2a878e8

Browse files
pavkamCopilot
andauthored
Update packages/cli/commands/auth.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 959ff8a commit 2a878e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/commands/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const logoutAction = async () => {
4444
spinner.succeed("Logged out successfully!");
4545
} catch (error) {
4646
spinner.fail("Logout failed.");
47-
await handleError(error, "Logout");
47+
handleError(error, "Logout");
4848
}
4949
};
5050

0 commit comments

Comments
 (0)