Skip to content

Commit c81e0e8

Browse files
committed
Added new Jenkins route
1 parent f5c8259 commit c81e0e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/lib/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ export const api = {
170170
}, 800);
171171
return () => clearInterval(timer);
172172
},
173+
173174
};
174175

175176
// Helper to start GitHub OAuth (server redirects back after callback)
@@ -204,4 +205,3 @@ function writeSecrets(repo: string, env: string, obj: Record<string, string>) {
204205

205206
// in-memory job storage for mock deploys
206207
const JOBS: Map<string, any> = new Map();
207-

0 commit comments

Comments
 (0)