We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4edc2d1 + ae9a952 commit c9adbeaCopy full SHA for c9adbea
1 file changed
docs/socket/connecting.md
@@ -25,7 +25,7 @@ sock.ev.on('connection.update', async (update) => {
25
// In prod, send this string to your frontend then generate the QR there
26
if (qr) {
27
// as an example, this prints the qr code to the terminal
28
- console.log(await QRCode.toString(qr, {type:'terminal'})
+ console.log(await QRCode.toString(qr, {type:'terminal'}))
29
}
30
})
31
```
0 commit comments