mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 08:21:50 +00:00
chore: generate
This commit is contained in:
parent
dd3aa96730
commit
8b56d77ea1
1 changed files with 5 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue