Skip to content

Commit

Permalink
Fix duplicate creation of warnings for project documents
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed May 22, 2024
1 parent 5341aac commit 281beb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/datastore/changes/changes-stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export class ChangesStream {
pouchDbDatastore.changesNotifications().subscribe(async document => {

if (isProjectDocument(document)) {
await this.datastore.convert(document);
ObserverUtil.notify(this.projectDocumentObservers, document);
}

Expand Down

0 comments on commit 281beb2

Please sign in to comment.