Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Hammond <[email protected]>
  • Loading branch information
marcospri and seanh authored Jan 12, 2023
1 parent 4a7872d commit 644350e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/services/d2l_api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def public_url(self, org_unit, file_id) -> str:
"""
Return the URL to download the given file.
As opposed to other LMS that return a one time signed URL that we can then pass along to via
As opposed to other LMS's that return a one time signed URL that we can then pass along to Via
D2L requires us to send the API authentication header to get the file contents.
To make sure the API authentication header is not expired we'll make a API
Expand Down

0 comments on commit 644350e

Please sign in to comment.