@longvansoftware/service-js-client 1.6.3 → 1.6.4
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.
@@ -232,10 +232,10 @@ class AuthService extends serviceSDK_1.Service {
|
|
232
232
|
};
|
233
233
|
try {
|
234
234
|
const response = yield this.graphqlQuery(query, variables);
|
235
|
-
return response.
|
235
|
+
return response.getUserLoginsByPartyId;
|
236
236
|
}
|
237
237
|
catch (error) {
|
238
|
-
console.log(`Error in
|
238
|
+
console.log(`Error in getUserLoginsByPartyId: ${error}`);
|
239
239
|
throw error;
|
240
240
|
}
|
241
241
|
});
|