Skip to content

Commit c21b3a6

Browse files
committed
chore: update
1 parent a50169a commit c21b3a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qr-js/qr-rs-block.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ QRRSBlock.getRSBlocks = function (
284284

285285
const length = rsBlock.length / 3
286286

287-
const list: number[] = []
287+
const list = []
288288

289289
for (let i = 0; i < length; i++) {
290290
const count = rsBlock[i * 3]

0 commit comments

Comments
 (0)