Skip to content

Commit

Permalink
Fix object not extensible
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Larsson committed Apr 20, 2020
1 parent 9fbca3e commit d4d9146
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/vasttrafik-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class VasttrafikCard extends LitElement {

for(let i = 0; i<config.entities.length; i++) {
if (typeof config.entities[i] === 'string') {
config.entities[i] = {'id': config.entities[i], 'delay': 0};
config.entities[i] = {'id': config.entities[i], 'delay': 0, 'departureTime': '00:00'};
}
}

Expand Down
Binary file added resources/.DS_Store
Binary file not shown.

0 comments on commit d4d9146

Please sign in to comment.