Browse Source

Cleanup

pull/568/head
Sebastian 5 years ago
parent
commit
3ad8530057
  1. 1
      backend/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/MongoContentRepository_SnapshotStore.cs

1
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

Loading…
Cancel
Save