Skip to content

Commit

Permalink
Update visits.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelDau authored Dec 11, 2023
1 parent acf12dd commit a6b3660
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 @@ -95,7 +95,7 @@ router
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 a6b3660

Please sign in to comment.