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.
async function getChallengeById(id) {
... const challenge = _.get(response, 'data.result.content');
return challenge;
} catch (er) {
throw errors.convertTopcoderApiError(er, 'Failed to get challenge details by Id');
}
Everywhere in file names, you use the term 'Payment' - This should be 'CopilotPayment' so it's fully clear that this is not referring to member payment
The text was updated successfully, but these errors were encountered:
A few issues to clean up:
This flag should be a boolean:
closed: { type: String, required: true, default: "false" }
Should check here for invalid challenge ids:
Everywhere in file names, you use the term 'Payment' - This should be 'CopilotPayment' so it's fully clear that this is not referring to member payment
The text was updated successfully, but these errors were encountered: