mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-24 17:38:40 -06:00
Fixes index creation
This commit is contained in:
parent
f6239ad916
commit
53516dee38
@ -9,7 +9,7 @@ import { dbserver } from './libs/db.connect';
|
||||
|
||||
await collection.createIndex({ 'key.remoteJid': -1, messageTimestamp: -1 });
|
||||
|
||||
collection.createIndex(
|
||||
await collection.createIndex(
|
||||
{
|
||||
'message.templateMessage.hydratedFourRowTemplate.hydratedContentText': 'text',
|
||||
'message.templateMessage.hydratedFourRowTemplate.hydratedFooterText': 'text',
|
||||
|
Loading…
Reference in New Issue
Block a user