Skip to content

Commit

Permalink
Update src/Altinn.App.Core/Helpers/Serialization/ModelDeserializer.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Vemund Gaukstad <[email protected]>
  • Loading branch information
ivarne and tjololo authored Nov 15, 2023
1 parent b1b1357 commit 1d9c021
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private async Task<ModelDeserializerResult> DeserializeJsonAsync(Stream stream)
{
_logger.LogError(ex, "Unexpected exception when attempting to deserialize JSON into '{modelType}'", _modelType);
return ModelDeserializerResult.FromError($"Unexpected exception when attempting to deserialize JSON into '{_modelType}'");
};
}

}

Expand Down

0 comments on commit 1d9c021

Please sign in to comment.