Skip to content

Commit

Permalink
failing test green
Browse files Browse the repository at this point in the history
  • Loading branch information
idoberko2 committed Jun 15, 2024
1 parent 71ee58a commit 8ee7d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cal_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (c *calendarClient) GetRecentEvents(ctx context.Context, since time.Time) (
resp = append(resp, CalendarEvent{
Title: e.Summary,
Start: parseEventStart(e),
End: e.End.DateTime,
End: parseEventEnd(e),
Creator: getEventCreator(e),
Status: parseEventStatus(e),
})
Expand Down

0 comments on commit 8ee7d7f

Please sign in to comment.