mirror of https://github.com/buster-so/buster.git
Update handler.ts
This commit is contained in:
parent
8394cefac6
commit
e2e94463ca
|
@ -37,5 +37,6 @@ export async function createCliChatHandler(
|
||||||
workspace_member_count: 0,
|
workspace_member_count: 0,
|
||||||
message_ids: [],
|
message_ids: [],
|
||||||
is_favorited: false,
|
is_favorited: false,
|
||||||
|
screenshot_taken_at: null,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue