@vertikalx/vtx-backend-client 2.0.0-dev-alejo.4 → 2.0.0-dev-alejo.5
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.
package/package.json
CHANGED
package/src/api/vtx-base-api.js
CHANGED
|
@@ -7002,7 +7002,11 @@ class VTXBaseAPI {
|
|
|
7002
7002
|
...fields
|
|
7003
7003
|
},
|
|
7004
7004
|
});
|
|
7005
|
+
console.log("+++++++++");
|
|
7006
|
+
console.log("+++++++++");
|
|
7005
7007
|
console.log(response);
|
|
7008
|
+
console.log("+++++++++");
|
|
7009
|
+
console.log("+++++++++");
|
|
7006
7010
|
VTXBaseAPI.Logger.debug('saveAthleteCompetitionResult Response:');
|
|
7007
7011
|
VTXBaseAPI.Logger.debug(JSON.stringify(response, null, 2));
|
|
7008
7012
|
retValue = (0, response_builder_1.buildResponse)(response, 'saveAthleteCompetitionResult', (r) => {
|