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

Commit 7a93208

Browse files
author
James Cori
committed
Setting a default for reviewtype
1 parent 63d2258 commit 7a93208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ProcessorService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ async function parsePayload (payload, m2mToken, isCreated = true, informixGroupI
214214
const data = {
215215
...legacyTrackInfo,
216216
name: payload.name,
217-
reviewType: _.get(payload, 'legacy.reviewType'),
217+
reviewType: _.get(payload, 'legacy.reviewType', 'INTERNAL'),
218218
projectId,
219219
status: payload.status
220220
}

0 commit comments

Comments
 (0)