Update Activity.vue

pull/1330/head
Daniel Supernault 6 years ago
parent ef8960c091
commit 17ce5ab5eb
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -115,7 +115,7 @@ export default {
fetchNotifications() { fetchNotifications() {
axios.get('/api/v1/notifications', { axios.get('/api/v1/notifications', {
params: { params: {
pg: true pg: false
} }
}) })
.then(res => { .then(res => {
@ -141,7 +141,7 @@ export default {
axios.get('/api/v1/notifications', { axios.get('/api/v1/notifications', {
params: { params: {
page: this.notificationCursor, page: this.notificationCursor,
pg: true pg: false
} }
}).then(res => { }).then(res => {
if(res.data.length > 0) { if(res.data.length > 0) {

Loading…
Cancel
Save