Skip to content

Commit

Permalink
nope x3
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha-133 authored Dec 1, 2024
1 parent 8cd117c commit 4044c43
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ internal void Update(Model model)
ApplicationId = model.ApplicationId;
Type = model.Type;
IsConsumed = model.IsConsumed.GetValueOrDefault(false);
StartsAt = model.StartsAt.IsSpecified
? model.StartsAt.Value
: null;
StartsAt = model.StartsAt;
EndsAt = model.EndsAt.IsSpecified
? model.EndsAt.Value
: null;
Expand Down

0 comments on commit 4044c43

Please sign in to comment.