From 3ad85300575c36a8d9f6283d33e574ab0188a409 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 31 Aug 2020 14:41:05 +0200 Subject: [PATCH] Cleanup --- .../Contents/MongoContentRepository_SnapshotStore.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository_SnapshotStore.cs b/backend/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository_SnapshotStore.cs index 6bc3c1b50..39a471d35 100644 --- a/backend/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository_SnapshotStore.cs +++ b/backend/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository_SnapshotStore.cs @@ -132,7 +132,6 @@ namespace Squidex.Domain.Apps.Entities.MongoDb.Contents { var content = SimpleMapper.Map(value, new MongoContentEntity { - Id = value.Id, IndexedAppId = value.AppId.Id, IndexedSchemaId = value.SchemaId.Id, Version = newVersion