Skip to content

Commit f8f35da

Browse files
committed
remove defunct TODO
1 parent 4d0ae0d commit f8f35da

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

WebApi.Hal.Web/FormattersMvcOptionsSetup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public void Configure(MvcOptions options)
5656
// JsonInputFormatter would consume "application/json-patch+json" requests
5757
// before JsonPatchInputFormatter gets to see them.
5858

59-
//TODO Including this formatter causes all returns to be empty
6059
var jsonInputPatchLogger = _loggerFactory.CreateLogger<JsonHalMediaTypeInputFormatter>();
6160
options.InputFormatters.Add(new JsonHalMediaTypeInputFormatter(
6261
jsonInputPatchLogger,

0 commit comments

Comments
 (0)