Skip to content

Commit 973a400

Browse files
committed
Resolve comment
1 parent eb5d70e commit 973a400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
// Remove potential HTML tags
3030
.replace(/<[^>]*>/g, '')
3131
// Remove multiple spaces
32-
.replace(/\s+/g, ' ')
32+
.replace(/\s{2,}/g, ' ')
3333
// Trim whitespace
3434
.trim()
3535
// Enforce max length of 100

0 commit comments

Comments
 (0)