Skip to content

Commit

Permalink
remove use of INewableObject since it's removal
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed May 23, 2024
1 parent 9bbcd33 commit c04e5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions backend/LcmCrdt/Objects/Entry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,8 @@

namespace LcmCrdt.Objects;

public class Entry : MiniLcm.Entry, IObjectBase<Entry>, INewableObject<Entry>
public class Entry : MiniLcm.Entry, IObjectBase<Entry>
{
public static Entry New(Guid id, Commit commit)
{
return new()
{
Id = id
};
}

Guid IObjectBase.Id
{
Expand Down
2 changes: 1 addition & 1 deletion backend/harmony

0 comments on commit c04e5ba

Please sign in to comment.