diff --git a/src/Components/Api/Api.tsx b/src/Components/Api/Api.tsx index 63358ee..aa2aa7e 100644 --- a/src/Components/Api/Api.tsx +++ b/src/Components/Api/Api.tsx @@ -27,7 +27,6 @@ export function GetNotes() { } export function GetPublicNotes() { - const token = JSON.parse(localStorage.getItem("token") || "{}"); return instance.get("/api/v1/public_notes/").then((response) => { return response.data; });