Skip to content

Commit

Permalink
Update archivable.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
northeastprince authored Dec 29, 2024
1 parent 9acda0f commit 8bbb21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/hackathon/website/archivable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def eligible_for_archive?
end

def archive_website
capture = InternetArchive::Capture.new(website)
capture = InternetArchive::Capture.new(website_url: website)
request = capture.request

if request["status"] == "error"
Expand Down

0 comments on commit 8bbb21c

Please sign in to comment.