3019 timebox add typing and checks in workspacemessagingservices (#3112)
* throw error * fetchWorkspaceMessages fetches messages and threads * renaming * improve typing * improve typing and error handling * improve typing and error handling * improve typing and error handling * improve fetch-batch * fix bug * replace return types * imporving typing and error handling * improve typing and error handling * improve typing and error handling * improve typing and error handling * improve typing and error handling * remove console log
This commit is contained in:
@ -28,10 +28,6 @@ export class FetchWorkspaceMessagesCommand extends CommandRunner {
|
||||
options.workspaceId,
|
||||
);
|
||||
|
||||
await this.fetchWorkspaceMessagesService.fetchWorkspaceThreads(
|
||||
options.workspaceId,
|
||||
);
|
||||
|
||||
await this.fetchWorkspaceMessagesService.fetchWorkspaceMessages(
|
||||
options.workspaceId,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user