Skip to content

Commit bbe06c6

Browse files
committed
fixed type error
1 parent 766e665 commit bbe06c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@bellatrix/web/src/utilities/Utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class Utilities {
2525
el = parentNode;
2626
}
2727

28-
return [`${paths.toReversed().join('/')}`, (el as unknown as InnerHTML).innerHTML] as const;
28+
return [`${paths.toReversed().join('/')}`, (el as HTMLElement).innerHTML] as const;
2929
});
3030

3131
const xpathToStartFrom = data[0];

0 commit comments

Comments
 (0)