This commit is contained in:
Peter Maquiran
2022-04-26 14:34:52 +01:00
parent 946401c4a2
commit adc80b6e3d
20 changed files with 49 additions and 50 deletions
+2 -2
View File
@@ -171,7 +171,7 @@ export class MessageService {
} else if(uploadSuccessfully == false) {
this.errorUploadingAttachment = true
return new Promise((resolve, reject)=>{
return new Promise((resolve, reject) => {
reject(false)
})
@@ -182,7 +182,7 @@ export class MessageService {
}
async sendRequest(params) {
console.log(params)
if(params?.attachments) {
if(params?.attachments[0]?.image_url) {
delete params?.attachments[0]?.image_url