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