Skip to content

Commit ee243a9

Browse files
authored
Merge branch 'main' into package-allow-lists
2 parents e385a2e + e8a3866 commit ee243a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hadron-type-checker/src/type-checker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ const toRegex = (object) => {
221221
};
222222

223223
const toCode = (object) => {
224-
return new Code('' + object, {});
224+
return new Code('' + object);
225225
};
226226

227227
const toSymbol = (object) => {

0 commit comments

Comments
 (0)