Update Timeline.vue

This commit is contained in:
Daniel Supernault 2019-04-30 00:10:45 -06:00
parent 899e00a806
commit f80c1f9bb4
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,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 => {
let data = res.data; let data = res.data;