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

@@ -132,7 +132,6 @@ export class DocumentService {
const diff = await this.diff(pageText, grammarCheckResult.result)
// Build payload
// Publish the result to the subscriber
this.pubSub.publish(`${DocumentEvent.AI_SUGGESTION}.${documentId}.${pageId}`, payload)