mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 15:41:42 +00:00
fixup! feat: seccion de log
This commit is contained in:
parent
347aba6728
commit
3764e14812
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class GitlabNotifierJob < ApplicationJob
|
|||
|
||||
# @return [String]
|
||||
def log_section
|
||||
return if unless options.dig(:data, :log)
|
||||
return '' unless options.dig(:data, :log)
|
||||
|
||||
<<~LOG
|
||||
|
||||
|
|
Loading…
Reference in a new issue