@longvansoftware/service-js-client 2.6.6 → 2.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -213,7 +213,7 @@ class RemoteAccessService extends serviceSDK_1.Service {
|
|
|
213
213
|
const query = queries_1.GET_PRIVATE_KEYS_BY_USER_ID;
|
|
214
214
|
const variables = { userId };
|
|
215
215
|
try {
|
|
216
|
-
const response = yield this.
|
|
216
|
+
const response = yield this.graphqlQueryV2(query, variables);
|
|
217
217
|
return response.getPrivateKeysByUserId;
|
|
218
218
|
}
|
|
219
219
|
catch (error) {
|