Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasnordqvist committed Nov 9, 2024
1 parent 89fa83d commit ef21741
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FartingUnicorn/Mapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ public static Result<object> MapElement(Type t, JsonElement jsonElement, MapperO

return Result<object>.Ok(obj);
}

}

throw new NotImplementedException();
Expand Down

0 comments on commit ef21741

Please sign in to comment.