Man TSLINT PLEASE PUT THE SHOTGUN DOWN I ADDED THAT EXTRA EQUALS SIGN PLEASE I HAVE A FAMIL-

This commit is contained in:
Rajeh Taher
2023-10-01 00:04:47 +03:00
committed by GitHub
parent 8c04171043
commit ba43be9c98

View File

@@ -148,7 +148,7 @@ export const decodeDecompressedBinaryNode = (
const device = readByte()
const user = readString(readByte())
return jidEncode(user, agent == 0 ? 's.whatsapp.net' : 'lid', device)
return jidEncode(user, agent === 0 ? 's.whatsapp.net' : 'lid', device)
}
const readString = (tag: number): string => {