Browse Source

Update MongoContentRepository_EventHandling.cs

pull/65/head
Sebastian Stehle 9 years ago
committed by GitHub
parent
commit
f0fe3aecc7
  1. 2
      src/Squidex.Read.MongoDb/Contents/MongoContentRepository_EventHandling.cs

2
src/Squidex.Read.MongoDb/Contents/MongoContentRepository_EventHandling.cs

@ -130,7 +130,7 @@ namespace Squidex.Read.MongoDb.Contents
protected Task On(ContentDeleted @event, EnvelopeHeaders headers)
{
return ForAppIdAsync(@event.SchemaId.Id, async collection =>
return ForAppIdAsync(@event.AppId.Id, async collection =>
{
await collection.UpdateManyAsync(
Filter.And(

Loading…
Cancel
Save