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