Skip to content

Commit 8bbb21c

Browse files
Update archivable.rb
1 parent 9acda0f commit 8bbb21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/hackathon/website/archivable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def eligible_for_archive?
2020
end
2121

2222
def archive_website
23-
capture = InternetArchive::Capture.new(website)
23+
capture = InternetArchive::Capture.new(website_url: website)
2424
request = capture.request
2525

2626
if request["status"] == "error"

0 commit comments

Comments
 (0)