ref #5417 fix transactions
This commit is contained in:
parent
a7128b8187
commit
c59b119a4a
|
@ -32,12 +32,10 @@ module.exports = Self => {
|
|||
{
|
||||
arg: 'from',
|
||||
type: 'date',
|
||||
http: {source: 'query'}
|
||||
},
|
||||
{
|
||||
arg: 'to',
|
||||
type: 'date',
|
||||
http: {source: 'query'}
|
||||
}
|
||||
],
|
||||
returns: {
|
||||
|
|
Loading…
Reference in New Issue