Skip to content

Commit

Permalink
Visits code clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelDau authored Dec 11, 2023
1 parent 1cd175a commit acf12dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/obojobo-express/server/routes/api/visits.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ router
visitId: req.currentVisit.id
})
})

.then(() => {
logger.log(
`VISIT: Start visit success for visitId="${req.currentVisit.id}", draftId="${req.currentDocument.draftId}", userId="${req.currentUser.id}"`
)

// Build lti data for return
const lti = { lis_outcome_service_url: null }
if (req.currentVisit.is_preview === false) {
Expand Down

0 comments on commit acf12dd

Please sign in to comment.