Skip to content

Commit 79371cb

Browse files
authored
fix: keep dashboard pr sync active (#219)
1 parent bd1b91a commit 79371cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ async function apiGetProject(): Promise<Response> {
461461
}
462462

463463
async function apiGetWorktrees(): Promise<Response> {
464+
touchDashboardActivity();
464465
return jsonResponse({
465466
worktrees: (await readProjectSnapshot()).worktrees,
466467
});

0 commit comments

Comments
 (0)