File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
pkg/client/typescript/testdata Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -810,7 +810,6 @@ class ServiceUser2Client {
810810 await this . callMiddleware ( this . afterMiddleware , context ) ;
811811 throw new ApiError ( resp , responseText ) ;
812812 }
813- await resp . text ( ) ;
814813 const res = { } as ServiceUser2DeleteUserResponse ;
815814 context . response = res ;
816815 await this . callMiddleware ( this . afterMiddleware , context ) ;
@@ -1511,7 +1510,6 @@ class ServiceUserClient {
15111510 await this . callMiddleware ( this . afterMiddleware , context ) ;
15121511 throw new ApiError ( resp , responseText ) ;
15131512 }
1514- await resp . text ( ) ;
15151513 const res = { } as ServiceUserGetResponse ;
15161514 context . response = res ;
15171515 await this . callMiddleware ( this . afterMiddleware , context ) ;
You can’t perform that action at this time.
0 commit comments