Skip to content

Commit f24dd18

Browse files
authored
Update src/ModelContextProtocol/Protocol/Types/ResourceContents.cs
1 parent 54c7829 commit f24dd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelContextProtocol/Protocol/Types/ResourceContents.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class ResourceContentsConverter : JsonConverter<ResourceContents>
5959
continue;
6060
}
6161

62-
string propertyName = reader.GetString();
62+
string? propertyName = reader.GetString();
6363

6464
switch (propertyName)
6565
{

0 commit comments

Comments
 (0)