Skip to content

Commit bf2d711

Browse files
committed
fix calendar api
1 parent 33dfd20 commit bf2d711

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tigeropen/quote/request/model.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,8 @@ def to_openapi_dict(self):
835835
if self.end_date:
836836
params['end_date'] = self.end_date
837837

838+
return params
839+
838840

839841
class MarketScannerParams(BaseParams):
840842
def __init__(self):

0 commit comments

Comments
 (0)