Skip to content

Commit 89c3730

Browse files
Added a log statement to debug an issue with community app
1 parent 65c3004 commit 89c3730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/SubmissionService.js

+1
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ function * createSubmission (authUser, files, entity) {
330330
}
331331

332332
logger.info('Prepared submission item to insert into Dynamodb. Inserting...')
333+
logger.info(JSON.stringify(record, null, 2))
333334
yield dbhelper.insertRecord(record)
334335

335336
// After save to db, adjust challengeId to busApi and response

0 commit comments

Comments
 (0)