aboutsummaryrefslogtreecommitdiff
path: root/src/services/notifications_fetcher
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-12-04 12:48:15 +0200
committerShpuld Shpuldson <shp@cock.li>2020-12-04 12:48:15 +0200
commit5e96260a4f855e2d93915c1b428a7209a882c8cb (patch)
tree99dd50024ec578935a1424998eab9ce592ee312d /src/services/notifications_fetcher
parent1fd1553a1c06f22ce5718b16814d0f03688fdc06 (diff)
add test data for dev
Diffstat (limited to 'src/services/notifications_fetcher')
-rw-r--r--src/services/notifications_fetcher/notifications_fetcher.service.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/services/notifications_fetcher/notifications_fetcher.service.js b/src/services/notifications_fetcher/notifications_fetcher.service.js
index beeb167c..91861b21 100644
--- a/src/services/notifications_fetcher/notifications_fetcher.service.js
+++ b/src/services/notifications_fetcher/notifications_fetcher.service.js
@@ -61,6 +61,7 @@ const fetchNotifications = ({ store, args, older }) => {
messageArgs: [error.message],
timeout: 5000
})
+ console.error(error)
})
}