From 4b44ef0c11ed93b2edd765040152fe69894ee3ff Mon Sep 17 00:00:00 2001 From: Arthur Jamet Date: Sun, 23 Apr 2023 15:32:44 +0100 Subject: [PATCH] Front: Remove comment --- front/API.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/front/API.ts b/front/API.ts index e7ef39f..72f173b 100644 --- a/front/API.ts +++ b/front/API.ts @@ -186,7 +186,6 @@ export default class API { route: "/auth/me/settings", }); - // this a dummy settings object, we will need to fetch the real one from the API return { notifications: { pushNotif: settings.pushNotification,