Skip to content

Commit 88b6b33

Browse files
committed
fix short circuit
1 parent 5ccbea6 commit 88b6b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/journal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const load = query({
5454
blocked: true,
5555
workflow,
5656
logLevel,
57-
ok: false,
57+
ok: true,
5858
};
5959
}
6060
}

0 commit comments

Comments
 (0)