We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75bf48 commit 5563a21Copy full SHA for 5563a21
libs/backend/src/services/document/document.service.ts
@@ -150,7 +150,7 @@ export class DocumentSerivce {
150
mutation.source === EntitySourceType.Origin
151
) {
152
// ToDo: navie implementation
153
- mutation.apps
+ mutation.apps = mutation.apps
154
.filter((app) => app.documentId !== null) // remove apps without documents
155
.concat({ appId, documentId: document.id }) // add new document
156
0 commit comments