File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2200,9 +2200,9 @@ class ApiMethods {
2200
2200
default_value : p . default_value ?. valid ? p . default_value . value : "" ,
2201
2201
options : p . options
2202
2202
? p . options . map ( ( opt ) => ( {
2203
- ...opt ,
2204
- value : opt . value ?. valid ? opt . value . value : "" ,
2205
- } ) )
2203
+ ...opt ,
2204
+ value : opt . value ?. valid ? opt . value . value : "" ,
2205
+ } ) )
2206
2206
: [ ] ,
2207
2207
} ) ) ;
2208
2208
} ;
@@ -2628,7 +2628,7 @@ class ApiMethods {
2628
2628
// All methods must be defined with arrow function syntax. See the docstring
2629
2629
// above the ApiMethods class for a full explanation.
2630
2630
class ExperimentalApiMethods {
2631
- constructor ( protected readonly axios : AxiosInstance ) { }
2631
+ constructor ( protected readonly axios : AxiosInstance ) { }
2632
2632
2633
2633
getAITasksPrompts = async (
2634
2634
buildIds : TypesGen . WorkspaceBuild [ "id" ] [ ] ,
You can’t perform that action at this time.
0 commit comments