5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 19:16:21 +00:00

fixup! fixup! feat: seccion de log

This commit is contained in:
f 2023-03-13 20:50:14 -03:00
parent 3764e14812
commit 5fe0efeccd

View file

@ -126,6 +126,7 @@ class GitlabNotifierJob < ApplicationJob
# @return [String] # @return [String]
def body def body
@body ||= ''.dup.tap do |b| @body ||= ''.dup.tap do |b|
d << log_section
b << request_section b << request_section
b << javascript_footer b << javascript_footer
b << data_section b << data_section