Skip to content

Commit

Permalink
Update app/helpers/canvas_validation_helper.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Connor <[email protected]>
  • Loading branch information
Zzz212zzZ and Connor-Bernard authored Apr 27, 2024
1 parent d22e4de commit f46cfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/canvas_validation_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def is_valid_course_id(courseId)
courseId.is_a?(Integer) && courseId > 0
end

##
##
# Checks if the provided lms id is valid.
#
# @param [Integer] lmsId the lms id to check.
Expand Down

0 comments on commit f46cfa2

Please sign in to comment.