Skip to content

Commit

Permalink
remove forced type for book
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Oct 9, 2024
1 parent 5a0e344 commit b049970
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/transformer/events/mod_book/course_module_viewed.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ function course_module_viewed(array $config, \stdClass $event) {
'object' => utils\get_activity\course_module(
$config,
$course,
$event->contextinstanceid,
'http://id.tincanapi.com/activitytype/book'
$event->contextinstanceid
),
'context' => [
'language' => $lang,
Expand Down

0 comments on commit b049970

Please sign in to comment.