Skip to content

Commit c9adbea

Browse files
authored
Merge pull request #7 from Zain-ul-din/patch-1
fix: add missing parenthesis
2 parents 4edc2d1 + ae9a952 commit c9adbea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/socket/connecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sock.ev.on('connection.update', async (update) => {
2525
// In prod, send this string to your frontend then generate the QR there
2626
if (qr) {
2727
// as an example, this prints the qr code to the terminal
28-
console.log(await QRCode.toString(qr, {type:'terminal'})
28+
console.log(await QRCode.toString(qr, {type:'terminal'}))
2929
}
3030
})
3131
```

0 commit comments

Comments
 (0)