chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-01 03:02:15 +00:00
parent dd3aa96730
commit 8b56d77ea1
+4 -2
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(
input: ListInput & {
projectID: ProjectID projectID: ProjectID
}) { },
) {
const conditions = [eq(SessionTable.project_id, input.projectID)] const conditions = [eq(SessionTable.project_id, input.projectID)]
if (input.workspaceID) { if (input.workspaceID) {