fix: read 'push' of undefined
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled

This commit is contained in:
KernelDeimos
2025-09-14 19:01:59 -04:00
parent f3fdfea65b
commit 27ab23e7b1
+1 -1
View File
@@ -1475,7 +1475,7 @@ async function suggest_app_for_fsentry(fsentry, options){
monitor.label("third party associations");
for ( const app_id of apps ) {
this.suggested_apps_promises.push((async () => {
suggested_apps_promises.push((async () => {
// retrieve app from DB
const third_party_app = await get_app({id: app_id})
if ( ! third_party_app ) return;