Skip to content

Commit

Permalink
Fixed Snippet Id
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenGeoAlex committed Jan 21, 2024
1 parent 0c4cb2d commit 7b016f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class JoinedSnippetLiveHandler(IHttpClientContext clientContext, IGroupSt
var response = new JoinedSnippetResponse()
{
JoinedUserAccesses = snippetAccess.ToControlModel(),
SnippetId = request.SnippetId,
JoinedUserId = Guid.Empty,
ActiveUsers = responseUsers
};
Expand Down

0 comments on commit 7b016f1

Please sign in to comment.