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
d65de7db94
commit
65b3eb4aa9
@ -513,8 +513,6 @@ export class ChannelStartupService {
|
|||||||
contactFindManyArgs.skip = query.offset * (validPage - 1);
|
contactFindManyArgs.skip = query.offset * (validPage - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.logger.log(JSON.stringify({contactFindManyArgs}));
|
|
||||||
|
|
||||||
return await this.prismaRepository.contact.findMany(contactFindManyArgs);
|
return await this.prismaRepository.contact.findMany(contactFindManyArgs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user