fix(whatsapp.lib): Sending of images in official.
This commit is contained in:
parent
ee98efaf92
commit
215d9aba4d
1 changed files with 1 additions and 1 deletions
|
@ -1024,7 +1024,7 @@ export class KBService implements IGBKBService {
|
|||
let files = [];
|
||||
|
||||
let website = min.core.getParam<string>(min.instance, 'Website', null);
|
||||
const websiteIgnoreUrls = min.core.getParam<string>(min.instance, 'Website Ignore URLs', null);
|
||||
const websiteIgnoreUrls = min.core.getParam<[]>(min.instance, 'Website Ignore URLs', []);
|
||||
|
||||
if (website) {
|
||||
// Removes last slash if any.
|
||||
|
|
Loading…
Add table
Reference in a new issue