1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-04-01 22:23:42 +03:00

Fix undefined variable

This commit is contained in:
Lim Chee Aun 2023-10-25 11:17:02 +08:00
parent 44a20b42a7
commit c2ba149563

View file

@ -77,11 +77,7 @@ export default memo(function NotificationService() {
} }
} }
} else { } else {
console.warn( console.warn('🛎️ Notification not found', id);
'🛎️ Notification not found',
notificationID,
notificationAccessToken,
);
} }
})(); })();
}, [id, accessToken]); }, [id, accessToken]);