We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd331c8 commit 2905c21Copy full SHA for 2905c21
1 file changed
jobs.html
@@ -244,7 +244,7 @@ <h3>🗑️ Delete Job</h3>
244
// ═══════════════════════════════════════════════════════════════
245
// CONFIG — NO EXPOSED CREDENTIALS
246
247
-const WORKER_URL = localStorage.getItem('workerUrl') || "https://solitary-sound-11b9.simpaticohrconsultancy.workers.dev/";
+const WORKER_URL = (localStorage.getItem('workerUrl') || "https://solitary-sound-11b9.simpaticohrconsultancy.workers.dev").replace(/\/$/, '');
248
249
let allJobs = [];
250
let currentFilter = 'all';
0 commit comments