Skip to content

Commit 1e66bfb

Browse files
committed
chore: fix linter
1 parent 8131f12 commit 1e66bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/components/Navbars/DashboardNavbarLinks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const DashboardNavbarLinks: React.FC = () => {
5151

5252
const logout = async () => {
5353
try {
54-
const response = await axios.post(
54+
await axios.post(
5555
`${process.env.VITE_API_URI || 'http://localhost:3000'}/api/auth/logout`,
5656
{},
5757
getAxiosConfig(),

0 commit comments

Comments
 (0)