fix(core.gbapp): SaaS missing in PROD.
This commit is contained in:
parent
fe9548ccc8
commit
6eb08cf798
1 changed files with 1 additions and 0 deletions
|
@ -1023,6 +1023,7 @@ export class KBService implements IGBKBService {
|
|||
let website = min.core.getParam<string>(min.instance, 'Website', null);
|
||||
const maxDepth = min.core.getParam<number>(min.instance, 'Website Depth', 1);
|
||||
const websiteIgnoreUrls = min.core.getParam<[]>(min.instance, 'Website Ignore URLs', null);
|
||||
GBLogEx.info(min, `Website: ${website}, Max Depth: ${maxDepth}, Ignore URLs: ${websiteIgnoreUrls}`);
|
||||
|
||||
if (website) {
|
||||
// Removes last slash if any.
|
||||
|
|
Loading…
Add table
Reference in a new issue