Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
NB28VT committed Oct 24, 2024
1 parent 1f8f6c2 commit 4d192d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def self.call(*)

# @param lighthouse526_document_uploads [Lighthouse526DocumentUpload] a collection of
# Lighthouse526DocumentUpload records polled for status updates on Lighthouse's '/uploads/status' endpoint
# @param lighthouse_status_response [Hash] the parsed JSON response body from the Lighthouse '/uploads/status' endpoint
# @param lighthouse_status_response [Hash] the parsed JSON response body from the endpoint
def initialize(lighthouse526_document_uploads, lighthouse_status_response)
@lighthouse526_document_uploads = lighthouse526_document_uploads
@lighthouse_status_response = lighthouse_status_response
Expand Down

0 comments on commit 4d192d6

Please sign in to comment.