Skip to content

Commit 146f6c1

Browse files
committed
remove empty event
1 parent 4d471c1 commit 146f6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/apis/home_assistant_calendar_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def fetch
3838
event.delete("calendar_name")
3939

4040
event
41-
end
41+
end.compact
4242

4343
out.concat(res)
4444
end

0 commit comments

Comments
 (0)