File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class Database extends Service {
18
18
'search' : search,
19
19
'limit' : limit,
20
20
'offset' : offset,
21
- 'orderType' : orderType? . name () ,
21
+ 'orderType' : orderType,
22
22
};
23
23
24
24
final Map <String , String > headers = {
@@ -121,7 +121,7 @@ class Database extends Service {
121
121
'limit' : limit,
122
122
'offset' : offset,
123
123
'orderField' : orderField,
124
- 'orderType' : orderType? . name () ,
124
+ 'orderType' : orderType,
125
125
'orderCast' : orderCast,
126
126
'search' : search,
127
127
};
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Functions extends Service {
16
16
'search' : search,
17
17
'limit' : limit,
18
18
'offset' : offset,
19
- 'orderType' : orderType? . name () ,
19
+ 'orderType' : orderType,
20
20
};
21
21
22
22
final Map <String , String > headers = {
@@ -123,7 +123,7 @@ class Functions extends Service {
123
123
'search' : search,
124
124
'limit' : limit,
125
125
'offset' : offset,
126
- 'orderType' : orderType? . name () ,
126
+ 'orderType' : orderType,
127
127
};
128
128
129
129
final Map <String , String > headers = {
@@ -203,7 +203,7 @@ class Functions extends Service {
203
203
'search' : search,
204
204
'limit' : limit,
205
205
'offset' : offset,
206
- 'orderType' : orderType? . name () ,
206
+ 'orderType' : orderType,
207
207
};
208
208
209
209
final Map <String , String > headers = {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Storage extends Service {
17
17
'search' : search,
18
18
'limit' : limit,
19
19
'offset' : offset,
20
- 'orderType' : orderType? . name () ,
20
+ 'orderType' : orderType,
21
21
};
22
22
23
23
final Map <String , String > headers = {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class Teams extends Service {
18
18
'search' : search,
19
19
'limit' : limit,
20
20
'offset' : offset,
21
- 'orderType' : orderType? . name () ,
21
+ 'orderType' : orderType,
22
22
};
23
23
24
24
final Map <String , String > headers = {
@@ -117,7 +117,7 @@ class Teams extends Service {
117
117
'search' : search,
118
118
'limit' : limit,
119
119
'offset' : offset,
120
- 'orderType' : orderType? . name () ,
120
+ 'orderType' : orderType,
121
121
};
122
122
123
123
final Map <String , String > headers = {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Users extends Service {
16
16
'search' : search,
17
17
'limit' : limit,
18
18
'offset' : offset,
19
- 'orderType' : orderType? . name () ,
19
+ 'orderType' : orderType,
20
20
};
21
21
22
22
final Map <String , String > headers = {
You can’t perform that action at this time.
0 commit comments