chore: generate

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

View File

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