We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3aa96 commit 8b56d77Copy full SHA for 8b56d77
1 file changed
packages/opencode/src/session/session.ts
@@ -779,9 +779,11 @@ export const defaultLayer = layer.pipe(
779
Layer.provide(SyncEvent.defaultLayer),
780
)
781
782
-function* listByProject(input: ListInput & {
783
- projectID: ProjectID
784
-}) {
+function* listByProject(
+ input: ListInput & {
+ projectID: ProjectID
785
+ },
786
+) {
787
const conditions = [eq(SessionTable.project_id, input.projectID)]
788
789
if (input.workspaceID) {
0 commit comments