0
0
Fork 0

Pass the amount ot fetch through as a property that makes more sense than "amount".

This commit is contained in:
Tyler-A 2020-08-05 20:48:29 -06:00
parent 174dfa69a6
commit 7776ae80f0

View file

@ -161,7 +161,7 @@ export default {
data_request() {
this.event(`data_request`, {
type: this.type,
amount: this.amount || `10`,
limit: this.amount || `10`,
duration: this.duration,
});
},