Skip to content

Commit

Permalink
Use the .format method for the Formatter component (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeGuzmanSierra authored Apr 16, 2024
1 parent 01bbb21 commit 4b26ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bas/use_cases/use_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def perform

serialization = serialize.execute(response)

format_response = valid_format_response(serialization)
format_response = formatter.format(serialization)

process_response = process.execute(format_response)

Expand Down

0 comments on commit 4b26ebd

Please sign in to comment.