Replace clear method with delete method in ChatService
This commit is contained in:
parent
891e8a04ac
commit
2b51674144
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ class ChatService(Service):
|
|||
"""
|
||||
Clear the cache for a client.
|
||||
"""
|
||||
self.cache_service.clear(client_id)
|
||||
self.cache_service.delete(client_id)
|
||||
|
||||
|
||||
def dict_to_markdown_table(my_dict):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue