Skip to content

Commit 76ee102

Browse files
committed
remove unused var
1 parent d998f30 commit 76ee102

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/instantiator/characteristic/enumeration-characteristic-instantiator.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ export class EnumerationCharacteristicInstantiator extends CharacteristicInstant
139139
});
140140
}
141141
if (resolvedBlankNodesValues.length) {
142-
const test = this.retrieveStringFromArrayOfValues(resolvedBlankNodesValues);
143-
return test;
142+
return this.retrieveStringFromArrayOfValues(resolvedBlankNodesValues);
144143
}
145144
else {
146145
return '';

0 commit comments

Comments
 (0)