Update Timeline.vue

pull/1230/head
Daniel Supernault 6 years ago
parent 9bee08788b
commit 4f5d53fab2
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -488,7 +488,7 @@
axios.get(apiUrl, { axios.get(apiUrl, {
params: { params: {
max_id: this.max_id, max_id: this.max_id,
limit: 4 limit: 6
}, },
}).then(res => { }).then(res => {
if (res.data.length && this.loading == false) { if (res.data.length && this.loading == false) {

Loading…
Cancel
Save