Skip to content

Commit 573ec33

Browse files
committed
Add missing summary comments for Sources property in Project and User classes
1 parent 2968930 commit 573ec33

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Models/Project.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,6 @@ public record Project : IEntity, IUserRoleCollection, IAccentColor, IProjectColl
8181

8282
/// <summary>
8383
/// The event stream sources for this project.
84+
/// </summary>
8485
public required ICollection<Cid> Sources { get; init; }
8586
}

src/Models/User.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ public record User : IEntity, IConnections, ILinkCollection, IProjectRoleCollect
6161

6262
/// <summary>
6363
/// The event stream handler sources for this user.
64+
/// </summary>
6465
public required ICollection<Cid> Sources { get; init; }
6566
}

0 commit comments

Comments
 (0)