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

Commit a958b4c

Browse files
authored
Merge pull request #46 from topcoder-platform/hot-fix/44
set the Review Feedback Flag to false
2 parents 8338c59 + 05c4185 commit a958b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const supportedMetadata = {
105105
},
106106
59: {
107107
method: metadataExtractor.extractReviewFeedback,
108-
defaultValue: true,
108+
defaultValue: false,
109109
description: 'Review Feedback Flag'
110110
},
111111
84: {

0 commit comments

Comments
 (0)