handle empty names in summaries
This commit is contained in:
committed by
Moritz Kobitzsch
parent
b033ac9f0b
commit
12238ebb52
@@ -132,7 +132,7 @@ module.exports = function () {
|
||||
|
||||
this.summary = (instructions) => {
|
||||
if (instructions) {
|
||||
return instructions.legs.map(l => l.summary).join(',');
|
||||
return instructions.legs.map(l => l.summary).join(';');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user