Skip to content

Commit 8b56d77

Browse files
chore: generate
1 parent dd3aa96 commit 8b56d77

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

packages/opencode/src/session/session.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -779,9 +779,11 @@ export const defaultLayer = layer.pipe(
779779
Layer.provide(SyncEvent.defaultLayer),
780780
)
781781

782-
function* listByProject(input: ListInput & {
783-
projectID: ProjectID
784-
}) {
782+
function* listByProject(
783+
input: ListInput & {
784+
projectID: ProjectID
785+
},
786+
) {
785787
const conditions = [eq(SessionTable.project_id, input.projectID)]
786788

787789
if (input.workspaceID) {

0 commit comments

Comments
 (0)