Skip to content

Commit

Permalink
attempt to remove nils
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed Sep 9, 2024
1 parent 7287cab commit 86c4be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/apis/home_assistant_calendar_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def fetch
out.concat(res)
end

save_response(out)
save_response(out.compact)
end

def prepare_response(response)
Expand Down

0 comments on commit 86c4be4

Please sign in to comment.