chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-01 03:02:15 +00:00
commit 8b56d77ea1

View file

@ -779,9 +779,11 @@ export const defaultLayer = layer.pipe(
Layer.provide(SyncEvent.defaultLayer), Layer.provide(SyncEvent.defaultLayer),
) )
function* listByProject(input: ListInput & { function* listByProject(
projectID: ProjectID input: ListInput & {
}) { projectID: ProjectID
},
) {
const conditions = [eq(SessionTable.project_id, input.projectID)] const conditions = [eq(SessionTable.project_id, input.projectID)]
if (input.workspaceID) { if (input.workspaceID) {