This commit is contained in:
Davidson Gomes 2024-10-21 18:53:21 -03:00
parent 171f460f3b
commit c10680df41
4 changed files with 3 additions and 5 deletions

View File

@ -75,10 +75,6 @@ To continuously improve our services, we have implemented telemetry that collect
Join our Evolution Pro community for expert support and a weekly call to answer questions. Visit the link below to learn more and subscribe:
[Click here to learn more](https://evolution-api.com/suporte-pro)
<br>
<a href="https://evolution-api.com/suporte-pro">
<img src="./public/images/evolution-pro.png" alt="Subscribe" width="600">
</a>
# Donate to the project.

View File

@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=https://www.photopea.com/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -401,7 +401,6 @@ export class ChatwootService {
return true;
} catch (error) {
this.logger.error(error);
return false;
}
}