Dax Raad 1 month ago
parent
commit
81e8d29ad2
1 changed files with 0 additions and 5 deletions
  1. 0 5
      packages/opencode/src/server/server.ts

+ 0 - 5
packages/opencode/src/server/server.ts

@@ -703,11 +703,6 @@ export namespace Server {
         }),
         async (c) => {
           const sessions = await Array.fromAsync(Session.list())
-          pipe(
-            await Array.fromAsync(Session.list()),
-            filter((s) => !s.time.archived),
-            sortBy((s) => s.time.updated),
-          )
           return c.json(sessions)
         },
       )