fix(all): Create bot working again.
This commit is contained in:
parent
45b84574e2
commit
fbc2416a55
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ ENDPOINT_UPDATE=true
|
||||||
await CollectionUtil.asyncForEach(appPackages, async appPackage => {
|
await CollectionUtil.asyncForEach(appPackages, async appPackage => {
|
||||||
const filenameOnly = Path.basename(appPackage.name);
|
const filenameOnly = Path.basename(appPackage.name);
|
||||||
const matchedApp = apps.find(app => app.name === filenameOnly);
|
const matchedApp = apps.find(app => app.name === filenameOnly);
|
||||||
if (matchedApp) {
|
if (matchedApp || filenameOnly.endsWith('.gblib')) {
|
||||||
matchingAppPackages.push(appPackage);
|
matchingAppPackages.push(appPackage);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue