Skip to content

Commit

Permalink
Fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gabina committed Dec 27, 2024
1 parent 1731322 commit 5942b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/update_timeslices_course_wiki.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def remove_courses_wikis(wiki_ids)
end

def add_courses_wikis(wiki_ids)
wikis = Wiki.where(wiki_id: wiki_ids)
wikis = Wiki.where(id: wiki_ids)
# Create course wiki timeslice records for new wikis
@timeslice_manager.create_timeslices_for_new_course_wiki_records(wikis)
end
Expand Down

0 comments on commit 5942b14

Please sign in to comment.