mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 20:02:20 -06:00
fix: messageId baileys
This commit is contained in:
@@ -156,7 +156,6 @@ export class ChatRouter extends RouterBroker {
|
||||
|
||||
return res.status(HttpStatus.OK).json(response);
|
||||
})
|
||||
// TODO: realizar filtro pelo postgres corretamente
|
||||
.post(this.routerPath('findMessages'), ...guards, async (req, res) => {
|
||||
const response = await this.dataValidate<Query<Message>>({
|
||||
request: req,
|
||||
|
||||
Reference in New Issue
Block a user