mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 20:12:02 -06:00
fix: fetch status message
This commit is contained in:
parent
0ff421121f
commit
efbb32ff0c
@ -600,7 +600,7 @@ export class ChannelStartupService {
|
||||
where: {
|
||||
instanceId: this.instanceId,
|
||||
remoteJid: query.where?.remoteJid,
|
||||
messageId: query.where?.id,
|
||||
keyId: query.where?.id,
|
||||
},
|
||||
skip: query.offset * (query?.page === 1 ? 0 : (query?.page as number) - 1),
|
||||
take: query.offset,
|
||||
|
Loading…
Reference in New Issue
Block a user