Skip to content

Commit 8f855a2

Browse files
committed
Remove unneeded ts-expect-error
1 parent 3945994 commit 8f855a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/state.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ function all(parent) {
249249
*/
250250
function inherit(from, to) {
251251
/** @type {Record<string, unknown> | undefined} */
252-
// @ts-expect-error: custom data.
253252
const left = from.data
254253
/** @type {Record<string, unknown> | undefined} */
255254
let right

0 commit comments

Comments
 (0)