Skip to content

Commit fa12f11

Browse files
committed
Logging update
1 parent ca38809 commit fa12f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/informixHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ async function loadOnlineReviewDetails (authUser, submission) {
7777
}
7878

7979
// Adds the review summation to DynamoDB
80-
logger.info(`Creating review summation: ${JSON.stringify(reviewSummation, null, 4)}`)
8180
if (reviewSummation) {
81+
logger.info(`Creating review summation: ${JSON.stringify(reviewSummation, null, 4)}`)
8282
await ReviewSummationService.createReviewSummation(authUser, reviewSummation)
8383
}
8484
}

0 commit comments

Comments
 (0)