|
|
@@ -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)
|
|
|
},
|
|
|
)
|