remove commented JS code

This commit is contained in:
p2405951
2026-03-13 15:30:52 +01:00
parent 4bb0ed60ad
commit e488d8c11e
9 changed files with 10 additions and 30 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import fetchWrapper from "./fetchWrapper.js";
import fetchWrapper from "./fetchWrapper";
export default async function getRoles() {
return fetchWrapper("/api/roles", null, "GET");