Fix incompatibility with Mealie v1.11.0 (#302)

* Allow dateUpdated field to contain time zone

* Remove unused dateUpdated field

* Update version code
This commit is contained in:
Kirill Kamakin
2024-08-04 16:52:40 +02:00
committed by GitHub
parent 8500ba5b9c
commit 5819d0c03d
9 changed files with 5 additions and 18 deletions

View File

@@ -66,7 +66,6 @@ class ModelMapperImpl @Inject constructor() : ModelMapper {
slug = recipeSummaryInfo.slug,
description = recipeSummaryInfo.description,
dateAdded = recipeSummaryInfo.dateAdded,
dateUpdated = recipeSummaryInfo.dateUpdated,
imageId = recipeSummaryInfo.remoteId,
isFavorite = isFavorite,
)