We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce12b5 commit 5d9c1b2Copy full SHA for 5d9c1b2
src/routes/notifications/services/notifications.js
@@ -18,7 +18,7 @@ const markNotificationsRead = (id) => {
18
19
// the id can be either: notification id; or '-' separated ids, e.g. '123-456-789'
20
const markNotificationsSeen = (id) => {
21
- return axios.put(`${TC_NOTIFICATION_URL}/${id}/seen`)
+ return axios.put(`${TC_NOTIFICATION_URL}/${id}/seen`)
22
}
23
24
const getNotifications = () => {
0 commit comments