chore: fix types

This commit is contained in:
Adhiraj Singh
2021-12-18 19:56:58 +05:30
parent a723b50741
commit 02dd8c93a6
2 changed files with 2 additions and 2 deletions

View File

@@ -540,7 +540,7 @@ export const makeSocket = ({
ev.on('creds.update', update => Object.assign(creds, update))
return {
type: 'md',
type: 'md' as 'md',
ws,
ev,
authState: {