mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 20:12:02 -06:00
logs
This commit is contained in:
parent
a2315c9318
commit
d65de7db94
@ -513,7 +513,7 @@ export class ChannelStartupService {
|
||||
contactFindManyArgs.skip = query.offset * (validPage - 1);
|
||||
}
|
||||
|
||||
this.logger.log(JSON.stringify({query}));
|
||||
this.logger.log(JSON.stringify({contactFindManyArgs}));
|
||||
|
||||
return await this.prismaRepository.contact.findMany(contactFindManyArgs);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user