fix: consume mappingend

This commit is contained in:
Anna 2024-06-17 14:29:08 -04:00
parent 9194667c6c
commit 9af9083011
Signed by: anna
GPG Key ID: D0943384CD9F87D1

View File

@ -35,6 +35,8 @@ public class WhenNodeDeserialiser : INodeDeserializer
} }
} }
reader.Consume<MappingEnd>();
return true; return true;
} }
} }