Skip to content

Commit 78cf937

Browse files
committed
Standardrb fix
1 parent 8692c69 commit 78cf937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/cms/providers/strapi/factories/blocks_factory.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def self.to_two_column_video_section(strapi_data)
5959
right_column_content: to_content_block(strapi_data[:rightColumnContent]),
6060
background_color: extract_color_name(strapi_data, :bkColor),
6161
left_column_button: to_ncce_button(strapi_data[:leftColumnButton]),
62-
box_color: extract_color_name(strapi_data, :boxColor),
62+
box_color: extract_color_name(strapi_data, :boxColor)
6363
)
6464
end
6565

0 commit comments

Comments
 (0)