mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chore: remove pre-fetch from transaction store
This commit is contained in:
@@ -76,7 +76,6 @@ export type SignalKeyStore = {
|
||||
export type SignalKeyStoreWithTransaction = SignalKeyStore & {
|
||||
isInTransaction: () => boolean
|
||||
transaction(exec: () => Promise<void>): Promise<void>
|
||||
prefetch<T extends keyof SignalDataTypeMap>(type: T, ids: string[]): Promise<void>
|
||||
}
|
||||
|
||||
export type TransactionCapabilityOptions = {
|
||||
|
||||
Reference in New Issue
Block a user