From 374f919296ecd4e63e2ff4f51ce83f92283da294 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GENO133\\IvanPlex" Date: Sun, 7 Jan 2024 23:04:20 -0700 Subject: [PATCH] added description to mapper --- MapProfile/FuellyMappers.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MapProfile/FuellyMappers.cs b/MapProfile/FuellyMappers.cs index dd90590..fb46846 100644 --- a/MapProfile/FuellyMappers.cs +++ b/MapProfile/FuellyMappers.cs @@ -15,6 +15,7 @@ namespace CarCareTracker.MapProfile Map(m => m.Price).Name(["price"]); Map(m => m.PartialFuelUp).Name(["partial_fuelup"]); Map(m => m.IsFillToFull).Name(["isfilltofull", "filled up"]); + Map(m => m.Description).Name(["description"]); } } }