mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-04-20 23:23:56 +03:00
remove check for not existing option
This commit is contained in:
parent
57ac6a98ee
commit
3a0053d689
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ const createParseArrOrDep = (prefix) => {
|
||||||
Object.defineProperty(res, 'canceled', {value: true});
|
Object.defineProperty(res, 'canceled', {value: true});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (opt.remarks || opt.meldungen) {
|
if (opt.remarks) {
|
||||||
res.remarks = profile.parseRemarks(ctx, d);
|
res.remarks = profile.parseRemarks(ctx, d);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue