mirror of
https://github.com/neocities/neocities.git
synced 2025-07-25 20:08:27 +02:00
check for explicit true value of ipfs_archiving_enabled
This commit is contained in:
parent
5598d0a852
commit
8e7a6bff33
1 changed files with 1 additions and 1 deletions
|
@ -1595,7 +1595,7 @@ class Site < Sequel::Model
|
|||
]
|
||||
sql.first
|
||||
|
||||
if ipfs_archiving_enabled
|
||||
if ipfs_archiving_enabled == true
|
||||
ArchiveWorker.perform_in Archive::ARCHIVE_WAIT_TIME, self.id
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue