Skip to content

Commit

Permalink
๐Ÿงฟ ๐šƒ๐š‘๐šŽ ๐™ผ๐šข๐šœ๐š๐š’๐šŒ - ๐™ฑ๐š˜๐š ๐Ÿ”ฎ
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSobrino authored Oct 6, 2024
1 parent 3995a1b commit 94f86be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Ciphertext error fix and additional improvements by @BrunoSobrino
* See: https://github.com/BrunoSobrino
*/
const { BufferJSON, WAE2E, isJidBroadcast, WAMessageStubType, updateMessageWithReceipt, updateMessageWithReaction, jidNormalizedUser, WAWeb } = (await import('baileys')).default;
const { BufferJSON, WAE2E, isJidBroadcast, WAMessageStubType, updateMessageWithReceipt, updateMessageWithReaction, jidNormalizedUser, WAWeb, proto } = (await import('baileys')).default;
const TIME_TO_DATA_STALE = 5 * 60 * 1000;

function makeInMemoryStore() {
Expand Down

0 comments on commit 94f86be

Please sign in to comment.