We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde15b8 commit 32bccafCopy full SHA for 32bccaf
packages/apiserver/carriers/kr.lotte/index.js
@@ -56,7 +56,7 @@ function getTrack(trackId) {
56
57
result.unshift({
58
status: parseStatus(tds[0].textContent),
59
- time: `${tds[1].textContent.replace(/\s+/g, 'T')}:00+09:00`,
+ time: `${tds[1].textContent.trim().replace(/\s+/g, 'T')}:00+09:00`,
60
location: {
61
name: tds[2].textContent.trim(),
62
},
0 commit comments