hotfix: add missing ChatUpdate import - PRODUCTION DOWN
URGENT: Production system down due to TypeScript compilation error. Error: src/Socket/chats.ts(1313,30): error TS2304: Cannot find name 'ChatUpdate' Fix: Added ChatUpdate to type imports (line 10) This was missed in the PR merge and is blocking npm install. https://claude.ai/code/session_01SoNUGBEWbJwWWws3F2fuzh
This commit is contained in:
@@ -8,6 +8,7 @@ import type {
|
||||
CacheStore,
|
||||
ChatModification,
|
||||
ChatMutation,
|
||||
ChatUpdate,
|
||||
LTHashState,
|
||||
MessageUpsertType,
|
||||
PresenceData,
|
||||
|
||||
Reference in New Issue
Block a user