Skip to content

Commit b14b088

Browse files
pmolerizdrawku
andauthored
Remove typo
Co-authored-by: Zdravko Kolev <[email protected]>
1 parent c43fab6 commit b14b088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NorthwindCRUD/Controllers/QueryBuilderController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public ActionResult<QueryBuilderResult> ExecuteQuery(Query query)
6767
"orderdetails" => dataContext.OrderDetails.Run<OrderDetailDb, OrderDetailDto>(query, mapper),
6868
"shippers" => dataContext.Shippers.Run<ShipperDb, ShipperDto>(query, mapper),
6969
"suppliers" => dataContext.Suppliers.Run<SupplierDb, SupplierDto>(query, mapper),
70-
_ => throw new InvalidOperationException($"Unknown entity ${t}"),
70+
_ => throw new InvalidOperationException($"Unknown entity {t}"),
7171
}
7272
},
7373
});

0 commit comments

Comments
 (0)