Skip to content

Commit

Permalink
chore: remove alert
Browse files Browse the repository at this point in the history
  • Loading branch information
truc9 committed Dec 13, 2024
1 parent 679d022 commit 530f2be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/common/httpservice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ async function getAuthHeaders() {
Authorization: `Bearer ${token}`
};
} catch (e) {
alert(e);
return {};
}
}
Expand Down

0 comments on commit 530f2be

Please sign in to comment.