Skip to content

Commit

Permalink
fix(apollo): document operations
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed Apr 3, 2024
1 parent 7ed3c51 commit cbc4666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/modules/document/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ export function getDocumentDriveCRUD(prisma: Prisma.TransactionClient) {
id: documentId,
revision: document.revision.global,
state: document.state.global,
operations: document.operations.global,
};
return response;
},
Expand Down

0 comments on commit cbc4666

Please sign in to comment.