handle empty names in summaries
This commit is contained in:
committed by
Moritz Kobitzsch
parent
54aaf574d9
commit
cbb96ce7f4
@@ -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