visuddhinanda 1 рік тому
батько
коміт
d26f393628

+ 1 - 1
dashboard/src/components/notification/NotificationIcon.tsx

@@ -40,7 +40,7 @@ const NotificationIconWidget = () => {
     }
     }
 
 
     const url = `/v2/notification?view=to&limit=1`;
     const url = `/v2/notification?view=to&limit=1`;
-    console.info("notification url", url);
+    console.info("notification api request", url);
     get<INotificationListResponse>(url).then((json) => {
     get<INotificationListResponse>(url).then((json) => {
       if (json.ok) {
       if (json.ok) {
         console.debug("notification fetch ok ", json.data.unread);
         console.debug("notification fetch ok ", json.data.unread);