mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:11:41 +00:00
fix: hay deploys sin url
This commit is contained in:
parent
87f37ae39e
commit
efe3474f5f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class DeployJob < ApplicationJob
|
|||
status: status,
|
||||
seconds: seconds || 0,
|
||||
size: d.size,
|
||||
urls: d.respond_to?(:urls) ? d.urls : [d.url]
|
||||
urls: d.respond_to?(:urls) ? d.urls : [d.url].compact
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue