Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/notificationsService.js')
-rw-r--r--src/services/notificationsService.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/notificationsService.js b/src/services/notificationsService.js
index 62210b8..28ea6cb 100644
--- a/src/services/notificationsService.js
+++ b/src/services/notificationsService.js
@@ -21,7 +21,7 @@
import moment from '@nextcloud/moment'
import axios from '@nextcloud/axios'
import { generateOcsUrl } from '@nextcloud/router'
-import BrowserStorage from './BrowserStorage'
+import BrowserStorage from './BrowserStorage.js'
const getNotificationsData = async (tabId, lastETag, forceRefresh, hasNotifyPush) => {
const lastUpdated = parseInt(BrowserStorage.getItem('lastUpdated'), 10)