mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 08:26:23 +00:00
fix: agregado parentesis en parametro DeployJob #13244
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
331dc7f607
commit
e175863081
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
module BaseService
|
module BaseService
|
||||||
def auto_publish!
|
def auto_publish!
|
||||||
DeployJob.perform_later site if site.auto_publish?
|
DeployJob.perform_later(site.id) if site.auto_publish?
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue