Skip to content

Commit

Permalink
fix: issue introduced by proposed commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed May 16, 2022
1 parent 8ff9223 commit 495a3f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/core/src/exposed-thing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ export default class ExposedThing extends TD.Thing implements WoT.ExposedThing {
}
}
if (!languageSet) {
(arrayContext as Exclude<typeof arrayContext, []>).push({
"@language": TD.DEFAULT_CONTEXT_LANGUAGE,
});
(arrayContext as Exclude<typeof arrayContext, []>).push({
"@language": TD.DEFAULT_CONTEXT_LANGUAGE,
});
}
Expand Down

0 comments on commit 495a3f4

Please sign in to comment.