mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
workaround an issue with organization not being found, fix needed
This commit is contained in:
@@ -77,7 +77,7 @@ document.addEventListener("DOMContentLoaded", async () => {
|
||||
|
||||
try {
|
||||
// Wysy³a ¿¹danie DELETE do API
|
||||
const response = await fetch(`/api/events/${id}`, {
|
||||
const response = await fetch(`/api/events/${eventId}`, {
|
||||
method: "DELETE"
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user