mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix lint
This commit is contained in:
@@ -780,7 +780,7 @@ async function checkNotification (options: CheckerBaseParams & {
|
||||
const check = options.check || { web: true, mail: true }
|
||||
|
||||
if (check.web) {
|
||||
const notification = await server.notifications.getLatest({ token: token })
|
||||
const notification = await server.notifications.getLatest({ token })
|
||||
|
||||
if (notification || checkType !== 'absence') {
|
||||
notificationChecker(notification, checkType)
|
||||
|
||||
Reference in New Issue
Block a user