Skip to content

Commit 886d43d

Browse files
committed
fix build issue
1 parent 5a00164 commit 886d43d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dashboard-server/src/mocks/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ export function registerMockRoutes(app: Express, verbose: boolean): void {
762762
to: parent.from === replyFrom ? parent.to : parent.from,
763763
content: text,
764764
timestamp: new Date().toISOString(),
765-
thread: id,
765+
thread: id as string,
766766
};
767767

768768
mockMessages.push(reply);

0 commit comments

Comments
 (0)