diff --git a/src/model/registerConsent.model.ts b/src/model/registerConsent.model.ts index 23ecde62..6560a2c9 100644 --- a/src/model/registerConsent.model.ts +++ b/src/model/registerConsent.model.ts @@ -173,8 +173,9 @@ export class RegisterConsentModel const payload: fspiopAPI.Schemas.ParticipantsTypeIDSubIDPostRequest = { fspId: this.config.authServiceParticipantFSPId } - const res = await axios.post(alsParticipantURI, payload, axiosConfig) - this.logger.push({ res, channel }) + await axios.post(alsParticipantURI, payload, axiosConfig) + console.log({ alsParticipantURI, payload, axiosConfig }) + this.logger.push({ alsParticipantURI, payload, axiosConfig }) .log('POST /participants/{Type}/{ID} call sent to ALS, listening on response') }) .job(async (message: Message): Promise => {