Skip to content

Commit 782a690

Browse files
committed
rerun jobs
1 parent 7795185 commit 782a690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/Challenge/Challenge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ export const saveChallenge = function (originalChallengeData, storeResponse = tr
982982
// update.
983983
return removeChallengeKeywords(challengeData.id, challengeData.removedTags).then(() => {
984984
challengeData = _pick(
985-
challengeData, // fields in alphabetical order
985+
challengeData, // fields in alphabetical order
986986
[
987987
"blurb",
988988
"challengeType",

0 commit comments

Comments
 (0)