Pass the amount ot fetch through as a property that makes more sense than "amount".
This commit is contained in:
parent
174dfa69a6
commit
7776ae80f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue