mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-07 22:05:44 +03:00
fix comma dangle linter issue
This commit is contained in:
parent
12f6092a5b
commit
fa12cc408c
@ -52,7 +52,7 @@ self.addEventListener("notificationclick", (event) => {
|
|||||||
"X-CSRF-TOKEN": 1,
|
"X-CSRF-TOKEN": 1,
|
||||||
},
|
},
|
||||||
body: JSON.stringify({ ids: [event.notification.data.id] }),
|
body: JSON.stringify({ ids: [event.notification.data.id] }),
|
||||||
})
|
}), // eslint-disable-line comma-dangle
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user