Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
I can't spel
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cori committed Dec 24, 2020
1 parent 530f6fa commit ad03fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ProcessorService.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ async function processCreate (message) {
logger.debug('processCreate :: beforeTry')
try {
logger.info(`processCreate :: Skip Forums - ${config.V4_CHALLENGE_API_URL}?filter=skipForum=true body: ${JSON.stringify({ param: _.omit(saveDraftContestDTO, ['groupsToBeAdded', 'groupsToBeDeleted']) })}`)
const newChallenge = await helper.postRequest(`${config.V4_CHALLENGE_API_URL}?filterskipForum=true`, { param: _.omit(saveDraftContestDTO, ['groupsToBeAdded', 'groupsToBeDeleted']) }, m2mToken)
const newChallenge = await helper.postRequest(`${config.V4_CHALLENGE_API_URL}?filter=skipForum=true`, { param: _.omit(saveDraftContestDTO, ['groupsToBeAdded', 'groupsToBeDeleted']) }, m2mToken)

let forumId = 0
if (message.payload.legacy && message.payload.legacy.forumId) {
Expand Down

0 comments on commit ad03fb4

Please sign in to comment.