Update handler.ts

This commit is contained in:
Nate Kelley 2025-10-09 10:05:03 -06:00
parent 8394cefac6
commit e2e94463ca
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 0 deletions

View File

@ -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,
}; };
} }