This commit is contained in:
anto
2025-01-16 20:38:04 +01:00
parent 51809f460e
commit 4aa36b67b2
3 changed files with 104 additions and 116 deletions

View File

@@ -26,7 +26,6 @@ function getAllProject() {
dataType: "json",
}).then((data) => {
// If the request is successful, store the data in the cache and return it
localStorage.setItem("project_list", JSON.stringify(data));
return data;
});
}