There was an error while loading. Please reload this page.
1 parent bd1b91a commit 79371cbCopy full SHA for 79371cb
1 file changed
backend/src/server.ts
@@ -461,6 +461,7 @@ async function apiGetProject(): Promise<Response> {
461
}
462
463
async function apiGetWorktrees(): Promise<Response> {
464
+ touchDashboardActivity();
465
return jsonResponse({
466
worktrees: (await readProjectSnapshot()).worktrees,
467
});
0 commit comments