File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class Database extends Service {
1919 'limit' : limit,
2020 'offset' : offset,
2121 'orderField' : orderField,
22- 'orderType' : orderType? . name () ,
22+ 'orderType' : orderType,
2323 'orderCast' : orderCast,
2424 'search' : search,
2525 };
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class Functions extends Service {
1818 'search' : search,
1919 'limit' : limit,
2020 'offset' : offset,
21- 'orderType' : orderType? . name () ,
21+ 'orderType' : orderType,
2222 };
2323
2424 final Map <String , String > headers = {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Storage extends Service {
1717 'search' : search,
1818 'limit' : limit,
1919 'offset' : offset,
20- 'orderType' : orderType? . name () ,
20+ 'orderType' : orderType,
2121 };
2222
2323 final Map <String , String > headers = {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class Teams extends Service {
1818 'search' : search,
1919 'limit' : limit,
2020 'offset' : offset,
21- 'orderType' : orderType? . name () ,
21+ 'orderType' : orderType,
2222 };
2323
2424 final Map <String , String > headers = {
@@ -117,7 +117,7 @@ class Teams extends Service {
117117 'search' : search,
118118 'limit' : limit,
119119 'offset' : offset,
120- 'orderType' : orderType? . name () ,
120+ 'orderType' : orderType,
121121 };
122122
123123 final Map <String , String > headers = {
You can’t perform that action at this time.
0 commit comments