Skip to content

Commit 65fa47d

Browse files
fix thread projection
1 parent 5d7a2e1 commit 65fa47d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/src/tickets/thread/thread.controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export class ThreadController extends AbstractController {
2020
ticketId: 1,
2121
fragments: 1,
2222
metadata: 1,
23+
attachments: 1,
2324
}
2425

2526
public constructor(private readonly _service: ThreadService) {

0 commit comments

Comments
 (0)