Skip to content

Commit

Permalink
Fix:Sonar Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vidyaaKhandekar committed Dec 12, 2024
1 parent 5804576 commit 4d3611f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/auth/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export const logoutUser = async () => {
localStorage.removeItem("refreshToken");
}

// return response.data ;
return response.data as { success: boolean; message: string };
} catch (error) {
handleError(error);
Expand Down

0 comments on commit 4d3611f

Please sign in to comment.