forked from MapComplete/MapComplete
Fix tests, see #1943
This commit is contained in:
parent
12fc6d7d9d
commit
4b49a08914
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ export class Denomination {
|
||||||
}
|
}
|
||||||
|
|
||||||
function substr(key) {
|
function substr(key) {
|
||||||
if (this.prefix) {
|
if (self.prefix) {
|
||||||
return value.substring(key.length).trim()
|
return value.substring(key.length).trim()
|
||||||
}
|
}
|
||||||
let trimmed = value.substring(0, value.length - key.length).trim()
|
let trimmed = value.substring(0, value.length - key.length).trim()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue