mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-11 14:22:19 -06:00
fix(chat): clean up code formatting by removing unnecessary blank lines in chat controller
Some checks failed
Some checks failed
This commit is contained in:
@@ -5382,7 +5382,8 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
this.logger.error(`Error decrypting poll votes: ${error}`);
|
||||
throw new InternalServerErrorException('Error decrypting poll votes', error.toString());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public async fetchChannels(query: Query<Contact>) {
|
||||
const page = Number((query as any)?.page ?? 1);
|
||||
const limit = Number((query as any)?.limit ?? (query as any)?.rows ?? 50);
|
||||
|
||||
Reference in New Issue
Block a user