mirror of
https://github.com/neocities/neocities.git
synced 2025-07-27 04:48:20 +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
|
sql.first
|
||||||
|
|
||||||
if ipfs_archiving_enabled
|
if ipfs_archiving_enabled == true
|
||||||
ArchiveWorker.perform_in Archive::ARCHIVE_WAIT_TIME, self.id
|
ArchiveWorker.perform_in Archive::ARCHIVE_WAIT_TIME, self.id
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue