Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vinikjkkj committed Jul 23, 2024
1 parent e20d129 commit d2434d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Socket/socket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import { proto } from '../../WAProto'
import {
DEF_CALLBACK_PREFIX,
DEF_TAG_PREFIX,
DEFAULT_DELAY_PAIRINGCODE,
INITIAL_PREKEY_COUNT,
MIN_PREKEY_COUNT,
MOBILE_ENDPOINT,
MOBILE_NOISE_HEADER,
MOBILE_PORT,
NOISE_WA_HEADER,
DEFAULT_DELAY_PAIRINGCODE
NOISE_WA_HEADER
} from '../Defaults'
import { DisconnectReason, SocketConfig } from '../Types'
import {
Expand Down Expand Up @@ -497,6 +497,7 @@ export const makeSocket = (config: SocketConfig) => {
if(delayMs) {
await delay(delayMs)
}

Check failure on line 500 in src/Socket/socket.ts

View workflow job for this annotation

GitHub Actions / check-lint

Trailing spaces not allowed
authState.creds.pairingCode = bytesToCrockford(randomBytes(5))
authState.creds.me = {
id: jidEncode(phoneNumber, 's.whatsapp.net'),
Expand Down

0 comments on commit d2434d8

Please sign in to comment.