From db897d5dcee361f6af8052d2fcee8ac37ca4042c Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 19 Apr 2022 20:47:37 +1000 Subject: [PATCH] JS linting --- InvenTree/templates/js/translated/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/js/translated/notification.js b/InvenTree/templates/js/translated/notification.js index b45b3d3702..74079669ab 100644 --- a/InvenTree/templates/js/translated/notification.js +++ b/InvenTree/templates/js/translated/notification.js @@ -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'); } } );