Skip to content

Commit

Permalink
Apply Auto Linting & Prettier Formatting Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi authored and github-actions[bot] committed Sep 14, 2024
1 parent 9471523 commit 7b6dcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend_requests/LogOut.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const LogOutStatus = async (): Promise<boolean> => {
return false;
}
} catch {
// } catch (e) {
// } catch (e) {
// const eror_message = (e as Error).message;
return false;
}
Expand Down

0 comments on commit 7b6dcbb

Please sign in to comment.