Skip to content

Commit 6c033f5

Browse files
committed
chore: Remove unnecessary as any
1 parent cec38b6 commit 6c033f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/blob/toBlobSidecars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export function toBlobSidecars<
112112
sidecars.push({
113113
blob: blobs[i],
114114
commitment: commitments[i],
115-
proof: blobProofs.length === 1 ? blobProofs[0] : ([...blobProofs] as any),
115+
proof: blobProofs.length === 1 ? blobProofs[0] : ([...blobProofs]),
116116
})
117117
}
118118

0 commit comments

Comments
 (0)