@ -95,7 +95,7 @@ namespace Squidex.Domain.Apps.Entities.MongoDb.Contents
{
using (Profiler.TraceMethod<MongoContentRepository>())
await contentsDraft.QueryNotFoundAsync(appId, schemaId, ids);
return await contentsDraft.QueryNotFoundAsync(appId, schemaId, ids);
}
@ -65,7 +65,7 @@ namespace Squidex.Infrastructure.States
using (Profiler.TraceMethod<MongoSnapshotStore<T, TKey>>())
return Collection.Find(new BsonDocument()).ForEachAsync(x => callback(x.Doc, x.Version));
await Collection.Find(new BsonDocument()).ForEachAsync(x => callback(x.Doc, x.Version));