Skip to content

Commit

Permalink
Fixes missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojorgerm committed Aug 18, 2024
1 parent d0fee4d commit 0116bbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/makeText.js
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,7 @@ function createPhoneticText(p) {
thisString = titleCase(thisString);
/* Reset "e" casing*/
// thisString = thisString.replace(/\sE\s/g, ' e ');
return thisString;
}

function numericShortName(lineShortName) {
Expand Down

0 comments on commit 0116bbf

Please sign in to comment.