mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 02:35:39 +03:00
Fix undefined variable
This commit is contained in:
parent
44a20b42a7
commit
c2ba149563
1 changed files with 1 additions and 5 deletions
|
@ -77,11 +77,7 @@ export default memo(function NotificationService() {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
console.warn(
|
||||
'🛎️ Notification not found',
|
||||
notificationID,
|
||||
notificationAccessToken,
|
||||
);
|
||||
console.warn('🛎️ Notification not found', id);
|
||||
}
|
||||
})();
|
||||
}, [id, accessToken]);
|
||||
|
|
Loading…
Reference in a new issue