Update Timeline.vue

This commit is contained in:
Daniel Supernault 2019-04-30 00:15:43 -06:00
parent 9bee08788b
commit 4f5d53fab2
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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