mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
Merge pull request #20 from robsoncombr/v2.0.0-robsoncombr-fix-missing-autoCreate
v2.0.0-robsoncombr-fix-missing-autoCreate
This commit is contained in:
commit
2cb68b38a9
@ -220,7 +220,7 @@ export class InstanceController {
|
||||
daysLimitImportMessages: instanceData.chatwootDaysLimitImportMessages ?? 60,
|
||||
organization: instanceData.chatwootOrganization,
|
||||
logo: instanceData.chatwootLogo,
|
||||
autoCreate: true,
|
||||
autoCreate: instanceData.chatwootAutoCreate !== false,
|
||||
});
|
||||
} catch (error) {
|
||||
this.logger.log(error);
|
||||
|
Loading…
Reference in New Issue
Block a user