mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
JS linting
This commit is contained in:
@ -173,7 +173,7 @@ function notificationCheck(force = false) {
|
||||
updateNotificationIndicator(response.length);
|
||||
},
|
||||
error: function(xhr) {
|
||||
console.warn("Could not access server: /api/notifications");
|
||||
console.warn('Could not access server: /api/notifications');
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user