You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
loggerFile.info(`EndPoint: POST /standardized-skills/work-skills,
187
+
loggerFile.info(`EndPoint: POST /standardized-skills/challenge-skills/${challengeId},
190
188
POST parameters: ${circularJSON.stringify(payload)}, Status Code:${statusCode}, Response: ${circularJSON.stringify(response.data)}`);
191
189
logger.debug(`Skills set applied successfully to the challenge ${challengeId}`);
192
190
returnresponse.data;
193
191
}catch(err){
194
-
loggerFile.info(`EndPoint: POST /standardized-skills/work-skills, POST parameters: ${circularJSON.stringify(payload)}, Status Code:null,
192
+
loggerFile.info(`EndPoint: POST /standardized-skills/challenge-skills/${challengeId}, POST parameters: ${circularJSON.stringify(payload)}, Status Code:null,
195
193
Error: 'Failed to apply skills set to the challenge.', Details: ${circularJSON.stringify(err)}`);
0 commit comments