Fix asynchronous cache deletion in ChatService
This commit is contained in:
parent
36c4b9ee4d
commit
26562925ae
1 changed files with 1 additions and 1 deletions
|
|
@ -36,4 +36,4 @@ class ChatService(Service):
|
|||
"""
|
||||
Clear the cache for a client.
|
||||
"""
|
||||
self.cache_service.delete(flow_id, lock=lock or self._cache_locks[flow_id])
|
||||
await self.cache_service.delete(flow_id, lock=lock or self._cache_locks[flow_id])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue