Skip to content

Commit

Permalink
Solara
Browse files Browse the repository at this point in the history
  • Loading branch information
IdeaS0ft committed Sep 15, 2024
1 parent 93c144d commit edca911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion solara/lib/core/brands/brands_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def set_current_brand_content_changed(brand_key, changed)
Solara.logger.debug("")
brand = current_brand
brand['content_changed'] = changed
save_current_brand_date(brand)
save_current_brand_data(brand)
Solara.logger.debug("#{brand_key} changed saved to current_brand.json.")
end

Expand Down
1 change: 1 addition & 0 deletions solara/lib/core/scripts/brand_config_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def language_specific_type(type)
end
when 'kotlin'
case type
when 'Bool' then 'Boolean'
when 'Array<String>' then 'List<String>'
when 'Array<Int>' then 'List<Int>'
when 'Array<Double>' then 'List<Double>'
Expand Down

0 comments on commit edca911

Please sign in to comment.