File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,5 @@ TestReadRows_Retry_WithRetryInfo_MultipleErrorResponse\|
18
18
TestCheckAndMutateRow_NoRetry_TransientError\|
19
19
TestCheckAndMutateRow_Generic_DeadlineExceeded\|
20
20
TestCheckAndMutateRow_Generic_Headers\|
21
- TestSampleRowKeys_Generic_Headers\|
22
21
TestSampleRowKeys_Generic_DeadlineExceeded\|
23
22
TestSampleRowKeys_Retry_WithRoutingCookie
Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ const sampleRowKeys = ({clientMap}) =>
23
23
normalizeCallback ( async rawRequest => {
24
24
const { request} = rawRequest ;
25
25
const { request : sampleRowKeysRequest } = request ;
26
- const { appProfileId, tableName} = sampleRowKeysRequest ;
27
-
26
+ const { tableName} = sampleRowKeysRequest ;
28
27
const { clientId} = request ;
28
+
29
+ const appProfileId = clientMap . get ( clientId ) . appProfileId ;
29
30
const client = clientMap . get ( clientId ) [ v2 ] ;
30
31
const samples = await new Promise ( ( res , rej ) => {
31
32
const response = [ ] ;
You can’t perform that action at this time.
0 commit comments