Debug
This commit is contained in:
parent
6de5e087df
commit
95d0d4130e
1 changed files with 2 additions and 2 deletions
|
@ -145,8 +145,8 @@ const getStationName = (start, callback) => {
|
||||||
|
|
||||||
if ( name ) {
|
if ( name ) {
|
||||||
name = name
|
name = name
|
||||||
.toString()?
|
.toString()
|
||||||
.replace(/[<>/]/g, "")?
|
.replace(/[<>/]/g, "")
|
||||||
.replace(/strong/g, "") || null;
|
.replace(/strong/g, "") || null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue