mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-27 14:54:40 +00:00
fix: clean up 49 unused variables, catch params, and stale imports (#22695)
This commit is contained in:
@@ -67,7 +67,7 @@ describe("session.list", () => {
|
||||
await Instance.provide({
|
||||
directory: tmp.path,
|
||||
fn: async () => {
|
||||
const session = await svc.create({ title: "new-session" })
|
||||
await svc.create({ title: "new-session" })
|
||||
const futureStart = Date.now() + 86400000
|
||||
|
||||
const sessions = [...svc.list({ start: futureStart })]
|
||||
|
||||
Reference in New Issue
Block a user