Update apps/web/src/api/buster-electric/messages/hooks.ts

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Nate Kelley 2025-07-14 08:47:19 -06:00 committed by GitHub
parent d7142b838c
commit 54b592fa37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export const useTrackAndUpdateMessageChanges = (
});
}
if(iChatMessage.is_completed){
if (iChatMessage.is_completed) {
prefetchGetListChats()
}
}