mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-28 20:58:13 +00:00
remove dash
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user