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

Commit 2563ff1

Browse files
author
James Cori
committed
Stopping sync of metadata forward.
1 parent ca00fe7 commit 2563ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/syncService.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async function processChallenge (legacyId, challengeListing, challengeDetails) {
9090
logger.logFullError(e)
9191
}
9292

93-
const ommittedFields = ['id', 'type', 'track', 'typeId', 'trackId', 'prizeSets', 'descriptionFormat']
93+
const ommittedFields = ['id', 'type', 'track', 'typeId', 'trackId', 'prizeSets', 'descriptionFormat', 'metadata']
9494

9595
// logger.info(`After V5 Sub Sync: ${challengeObj.numOfSubmissions} ${v5ChallengeFromAPI.numOfSubmissions}`)
9696
if (v5ChallengeObjectFromV4.track.toUpperCase() === V4_TRACKS.DESIGN) {

0 commit comments

Comments
 (0)