Style.
This commit is contained in:
parent
92d3cc1c7d
commit
dae994abe9
@ -73,7 +73,7 @@ class OperationListResource(Resource):
|
|||||||
|
|
||||||
return Operation.query(
|
return Operation.query(
|
||||||
begin=data['begin'],
|
begin=data['begin'],
|
||||||
end=data['end'],
|
end=data['end']
|
||||||
).filter(
|
).filter(
|
||||||
Operation.account_id == data['account_id']
|
Operation.account_id == data['account_id']
|
||||||
).all(), 200
|
).all(), 200
|
||||||
|
Loading…
Reference in New Issue
Block a user