Skip to content

Commit

Permalink
fix: Mantain compatibility to 2.3000.10155x
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Aug 16, 2024
1 parent 26d9390 commit 7cc2025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/whatsapp/stores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ exportModule(
exports,
{
ProfilePicThumbStore: [
'ProfilePicThumbCollectionImpl',
'ProfilePicThumbCollection',
'ProfilePicThumbCollectionImpl',
],
},
(m) => m.ProfilePicThumbCollectionImpl || m.ProfilePicThumbCollection
(m) => m.ProfilePicThumbCollection || m.ProfilePicThumbCollectionImpl
);

0 comments on commit 7cc2025

Please sign in to comment.