Mark the same for the aot minimal version

This commit is contained in:
Jeff Leung 2024-02-27 15:38:31 -08:00
parent 5f089fb01f
commit 7d5b2a7aac
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace AS1024.GeoFeed.MinimalAPI
{
}
protected override NetboxData? DeserializeJsonData(string stringResult)
protected override NetboxData? DeserializeJsonData(Stream stringResult)
{
return JsonSerializer.Deserialize(stringResult, AppJsonSerializerContext.Default.NetboxData);
}