Skip to content

Commit 0cf001f

Browse files
Update InMemorySessionService.java
1 parent d62b636 commit 0cf001f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/src/main/java/com/google/adk/sessions/InMemorySessionService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ public Completable deleteSession(String appName, String userId, String sessionId
200200
// If appSessionsMap is now empty, return null to automatically remove the appName key
201201
return appSessionsMap.isEmpty() ? null : appSessionsMap;
202202
});
203-
204203
return Completable.complete();
205204
}
206205

0 commit comments

Comments
 (0)