This commit is contained in:
p2405951
2026-01-30 14:52:17 +01:00
parent ea6fd94962
commit f65bcb8887
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -34,3 +34,4 @@ export default async function createEvent(name, description, start, end) {
return { status: "error", error };
}
}