mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 19:32:21 -06:00
adjusts in create instance
This commit is contained in:
@@ -687,7 +687,6 @@ export class InstanceController {
|
||||
|
||||
if (env.KEY !== key) {
|
||||
const instanceByKey = await this.repository.auth.findByKey(key);
|
||||
console.log('instanceByKey', instanceByKey);
|
||||
if (instanceByKey) {
|
||||
name = instanceByKey._id;
|
||||
arrayReturn = true;
|
||||
|
||||
Reference in New Issue
Block a user