fix: remove unnecessary whitespace in document.service.ts

- Cleaned up whitespace in document.service.ts to improve code readability and maintainability.
- This change enhances the overall quality of the codebase by ensuring consistent formatting.
This commit is contained in:
2024-12-11 02:16:11 +07:00
parent c6482b16f2
commit c1d21cb1a8

View File

@@ -133,7 +133,6 @@ export class DocumentService {
// Build payload
// Publish the result to the subscriber
this.pubSub.publish(`${DocumentEvent.AI_SUGGESTION}.${documentId}.${pageId}`, payload)
}