Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Aug 29, 2024
1 parent 22575b3 commit eb26da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/makeText.js
Original file line number Diff line number Diff line change
Expand Up @@ -1363,5 +1363,5 @@ export const makePattern = (lineShortName, patternHeadsign) => {
return thisString.replace(/\s+/g, ' ');
};

export const makeText = module.exports.makeStop;
export const makeText = makeStop;
/* Backwards compatibility */

0 comments on commit eb26da8

Please sign in to comment.