mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-13 15:44:56 +00:00
chore: generate
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user