mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-14 01:41:25 -06:00
fix: fix breaking delete_session.
PiperOrigin-RevId: 758862440
This commit is contained in:
parent
bc43a1196a
commit
293f406148
@ -241,7 +241,7 @@ class InMemorySessionService(BaseSessionService):
|
||||
self, *, app_name: str, user_id: str, session_id: str
|
||||
) -> None:
|
||||
if (
|
||||
self.get_session(
|
||||
self._get_session_impl(
|
||||
app_name=app_name, user_id=user_id, session_id=session_id
|
||||
)
|
||||
is None
|
||||
|
Loading…
Reference in New Issue
Block a user