File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def list_data(params):
2020 technology_array = convert_to_array (params ['technology' ])
2121 data = []
2222
23- if 'end ' in params and params ['end ' ] == 'latest' :
23+ if 'start ' in params and params ['start ' ] == 'latest' :
2424 params ['start' ] = get_latest_date ()
2525
2626 for technology in technology_array :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def list_data(params):
1919 technology_array = convert_to_array (params ['technology' ])
2020 data = []
2121
22- if 'end ' in params and params ['end ' ] == 'latest' :
22+ if 'start ' in params and params ['start ' ] == 'latest' :
2323 params ['start' ] = get_latest_date ()
2424
2525 for technology in technology_array :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def list_data(params):
2020 technology_array = convert_to_array (params ['technology' ])
2121 data = []
2222
23- if 'end ' in params and params ['end ' ] == 'latest' :
23+ if 'start ' in params and params ['start ' ] == 'latest' :
2424 params ['start' ] = get_latest_date ()
2525
2626 for technology in technology_array :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def list_data(params):
2020 technology_array = convert_to_array (params ['technology' ])
2121 data = []
2222
23- if 'end ' in params and params ['end ' ] == 'latest' :
23+ if 'start ' in params and params ['start ' ] == 'latest' :
2424 params ['start' ] = get_latest_date ()
2525
2626 for technology in technology_array :
You can’t perform that action at this time.
0 commit comments