Remove unused arg
This commit is contained in:
parent
f5c2394bc8
commit
34e6b17112
@ -173,7 +173,7 @@ const main = async () => {
|
||||
await redis.ensureGroup("transcripts", 'nlp');
|
||||
await redis.ensureGroup("commands", 'nlp');
|
||||
|
||||
processor('nlp', `${config.DEVICE_ID}`, "transcripts", INTENTS).catch(console.error);
|
||||
processor('nlp', `${config.DEVICE_ID}`, "transcripts").catch(console.error);
|
||||
}
|
||||
|
||||
main().catch(console.error);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user