Skip to content

Commit

Permalink
Fixed Compile Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Nov 27, 2024
1 parent 4ef4e02 commit b6c34d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@ protected virtual TestServer CreateServer(
[DirectiveType(DirectiveLocation.Subscription)]
public class Foo
{
public required int Bar { get; set; }
public int Bar { get; set; }
}
}

0 comments on commit b6c34d7

Please sign in to comment.