Skip to content

Commit

Permalink
Revert "γ‚ž π†πšπ›π«π’πžπ₯ 𝐒𝐀 ぁ"
Browse files Browse the repository at this point in the history
This reverts commit df04953.
  • Loading branch information
BrunoSobrino committed Oct 6, 2024
1 parent 94f86be commit afef203
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libraries/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
* Ciphertext error fix and additional improvements by @BrunoSobrino
* See: https://github.com/BrunoSobrino
*/
const { BufferJSON, WAE2E, isJidBroadcast, WAMessageStubType, updateMessageWithReceipt, updateMessageWithReaction, jidNormalizedUser, WAWeb, proto } = (await import('baileys')).default;
const { BufferJSON, isJidBroadcast, WAMessageStubType, updateMessageWithReceipt, updateMessageWithReaction, jidNormalizedUser, proto } = (await import('baileys')).default;

const TIME_TO_DATA_STALE = 5 * 60 * 1000;

function makeInMemoryStore() {
Expand Down

0 comments on commit afef203

Please sign in to comment.