chore: lint
This commit is contained in:
@@ -145,7 +145,7 @@ export class LIDMappingStore {
|
||||
if (Object.keys(usyncFetch).length > 0) {
|
||||
const result = await this.pnToLIDFunc?.(Object.keys(usyncFetch)) // this function already adds LIDs to mapping
|
||||
if (result && result.length > 0) {
|
||||
this.storeLIDPNMappings(result)
|
||||
await this.storeLIDPNMappings(result)
|
||||
for (const pair of result) {
|
||||
const pnDecoded = jidDecode(pair.pn)
|
||||
const pnUser = pnDecoded?.user
|
||||
|
||||
Reference in New Issue
Block a user