Skip to content

Commit

Permalink
analizators/s1848
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhorukovAnton committed Dec 30, 2021
1 parent 6273539 commit 1c29b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/ASC.Calendar/Server/BusinessObjects/Calendar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static BaseCalendar GetUserCalendar(this BaseCalendar calendar, UserViewS
}

public static List<EventWrapper> GetEventWrappers(this BaseCalendar calendar, Guid userId, ApiDateTime startDate, ApiDateTime endDate, EventWrapperHelper eventWrapperHelper)
{new List<EventWrapper>();
{
var result = new List<EventWrapper>();
if (calendar != null)
{
Expand Down

0 comments on commit 1c29b81

Please sign in to comment.