chore: lint

This commit is contained in:
Rajeh Taher
2025-11-19 16:18:13 +02:00
parent 235d7ec6f6
commit 50d410d117
11 changed files with 34 additions and 101 deletions
+1 -1
View File
@@ -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