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