You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Chore: Apply eslint rules
This commit is contained in:
@ -28,7 +28,7 @@ class AlarmServiceDriverNode {
|
||||
if (interval < 0) return;
|
||||
|
||||
if (isNaN(interval)) {
|
||||
throw new Error('Trying to create a notification from an invalid object: ' + JSON.stringify(notification));
|
||||
throw new Error(`Trying to create a notification from an invalid object: ${JSON.stringify(notification)}`);
|
||||
}
|
||||
|
||||
const timeoutId = setTimeout(() => {
|
||||
|
Reference in New Issue
Block a user