File tree 4 files changed +4
-4
lines changed
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):
20
20
technology_array = convert_to_array (params ['technology' ])
21
21
data = []
22
22
23
- if 'end ' in params and params ['end ' ] == 'latest' :
23
+ if 'start ' in params and params ['start ' ] == 'latest' :
24
24
params ['start' ] = get_latest_date ()
25
25
26
26
for technology in technology_array :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def list_data(params):
19
19
technology_array = convert_to_array (params ['technology' ])
20
20
data = []
21
21
22
- if 'end ' in params and params ['end ' ] == 'latest' :
22
+ if 'start ' in params and params ['start ' ] == 'latest' :
23
23
params ['start' ] = get_latest_date ()
24
24
25
25
for technology in technology_array :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def list_data(params):
20
20
technology_array = convert_to_array (params ['technology' ])
21
21
data = []
22
22
23
- if 'end ' in params and params ['end ' ] == 'latest' :
23
+ if 'start ' in params and params ['start ' ] == 'latest' :
24
24
params ['start' ] = get_latest_date ()
25
25
26
26
for technology in technology_array :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def list_data(params):
20
20
technology_array = convert_to_array (params ['technology' ])
21
21
data = []
22
22
23
- if 'end ' in params and params ['end ' ] == 'latest' :
23
+ if 'start ' in params and params ['start ' ] == 'latest' :
24
24
params ['start' ] = get_latest_date ()
25
25
26
26
for technology in technology_array :
You can’t perform that action at this time.
0 commit comments