Skip to content

Commit 5d9c1b2

Browse files
minor fix
1 parent 4ce12b5 commit 5d9c1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/notifications/services/notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const markNotificationsRead = (id) => {
1818

1919
// the id can be either: notification id; or '-' separated ids, e.g. '123-456-789'
2020
const markNotificationsSeen = (id) => {
21-
return axios.put(`${TC_NOTIFICATION_URL}/${id}/seen`)
21+
return axios.put(`${TC_NOTIFICATION_URL}/${id}/seen`)
2222
}
2323

2424
const getNotifications = () => {

0 commit comments

Comments
 (0)