Skip to content

Commit

Permalink
fix: public constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
rikdepeuter committed Dec 4, 2024
1 parent 363bd37 commit 82bcbe6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/BuildingRegistry.Consumer.Address/OffsetOverride.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ public class OffsetOverride
public string ConsumerGroupId { get; set; }
public long Offset { get; set; }
public bool Configured { get; set; }

//Needed for EF
private OffsetOverride()
{ }
}

public class OffsetOverrideConfiguration : IEntityTypeConfiguration<OffsetOverride>
Expand Down

0 comments on commit 82bcbe6

Please sign in to comment.