mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-20 02:06:43 -06:00
logs
This commit is contained in:
parent
dabf8783c8
commit
ff2e79b081
@ -513,6 +513,8 @@ export class ChannelStartupService {
|
|||||||
contactFindManyArgs.skip = query.offset * (validPage - 1);
|
contactFindManyArgs.skip = query.offset * (validPage - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.dir({query});
|
||||||
|
|
||||||
return await this.prismaRepository.contact.findMany(contactFindManyArgs);
|
return await this.prismaRepository.contact.findMany(contactFindManyArgs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user