0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-28 20:58:13 +00:00

remove dash

This commit is contained in:
Víctor Losada Hernández
2026-03-22 10:16:34 +01:00
parent 0363747d6e
commit 51b8c9c70a

View File

@@ -27,7 +27,7 @@
const match = url.match(/pr-(\d+)/); const match = url.match(/pr-(\d+)/);
if (match) prefix = `PR-${match[1]} `; if (match) prefix = `PR-${match[1]} `;
} else if (url.includes('://localhost')) { } else if (url.includes('://localhost')) {
prefix = 'LOCAL - '; prefix = 'LOCAL ';
} }
if (title) { if (title) {