lint: legacy chats

This commit is contained in:
Adhiraj Singh
2022-05-31 16:01:04 +05:30
parent 29bee92e79
commit 9c3cb7c940

View File

@@ -1,7 +1,7 @@
import { BaileysEventMap, Chat, ChatModification, Contact, LastMessageList, LegacySocketConfig, PresenceData, WABusinessProfile, WAFlag, WAMessageKey, WAMessageUpdate, WAMetric, WAPresence } from '../Types'
import { generateProfilePicture } from '../Utils'
import { debouncedTimeout, unixTimestampSeconds } from '../Utils/generics'
import { BinaryNode, jidNormalizedUser } from '../WABinary'
import { generateProfilePicture } from '../Utils'
import makeAuthSocket from './auth'
const makeChatsSocket = (config: LegacySocketConfig) => {