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

Commit 91c6905

Browse files
set the Review Feedback Flag to false
1 parent c790ee4 commit 91c6905

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)