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:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user