resolve conflicts

This commit is contained in:
p2405951
2026-03-13 16:55:36 +01:00
15 changed files with 27 additions and 38 deletions
@@ -1,4 +1,4 @@
import getXSRFToken from "../getXSRF.js";
import getXSRFToken from "../getXSRF";
export default async function deleteNotificationUser(notificationId:number) {
const csrfToken = await getXSRFToken();