@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.graphqlQuery(query, variables);
216
+ const response = yield this.graphqlQueryV2(query, variables);
217
217
  return response.getPrivateKeysByUserId;
218
218
  }
219
219
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "2.6.6",
3
+ "version": "2.6.7",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [