Skip to content

Commit

Permalink
Fix attributes when no data
Browse files Browse the repository at this point in the history
  • Loading branch information
amaximus committed Dec 1, 2021
1 parent 17b0137 commit d252cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bkk-stop-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class BKKStopCard extends HTMLElement {
});
}
} else {
routeobjarray.push({
res.push({
key: 'No service',
vehicle: '',
inmin: 'following',
Expand Down

0 comments on commit d252cb5

Please sign in to comment.