File tree Expand file tree Collapse file tree
packages/sdk-client-v3/src/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 Client ,
1010 ClientOptions ,
1111 ClientRequest ,
12- ClientResponse ,
1312 ClientResult ,
1413 Dispatch ,
1514 Middleware ,
@@ -91,9 +90,8 @@ export function process<T extends object = any>(
9190 }
9291
9392 try {
94- const payload : ClientResult = await createClient ( _options ) . execute (
95- enhancedRequest
96- )
93+ const payload : ClientResult =
94+ await createClient ( _options ) . execute ( enhancedRequest )
9795
9896 const { results, count : resultsLength } = payload ?. body || { }
9997
Original file line number Diff line number Diff line change 1+ 8752ee9a9793dee4676d486338a96092284d72d8
Original file line number Diff line number Diff line change @@ -409,3 +409,4 @@ dec65e707130185745930bde27ce78ae64ab29c1
409409ba64943be238cc04b24cfafc30b4e1d47976fd4e
410410f308ced4b427eea3642d2d183f6d15f0c1287aa8
411411ab2859c84d9f146e5d8556e905538b92af4aa044
412+ 5f7c0bef26fa70b6a3ec382455b56146e3088e0e
You can’t perform that action at this time.
0 commit comments