This commit is contained in:
Min ho Kim
2019-07-03 23:51:48 +10:00
committed by Nicolò Ribaudo
parent ef3f555be9
commit 0bf0ae3410
20 changed files with 46 additions and 47 deletions

View File

@@ -48,7 +48,7 @@ export default declare(api => {
for (let i = 0; i < attributes.length; i++) {
const name = attributes[i].name;
if (name && name.name === TRACE_ID) {
// The __source attibute already exists
// The __source attribute already exists
return;
}
}