fix: upload media s3 on waba

This commit is contained in:
Davidson Gomes 2024-09-03 14:41:39 -03:00
parent 401770be1c
commit 73727da867

View File

@ -23,7 +23,6 @@ export class InstanceDto extends IntegrationDto {
proxyProtocol?: string;
proxyUsername?: string;
proxyPassword?: string;
chatwootAutoCreate?: boolean;
}
export class SetPresenceDto {