diff --git a/src/backend/src/helpers.js b/src/backend/src/helpers.js index ea893316d..2bad401df 100644 --- a/src/backend/src/helpers.js +++ b/src/backend/src/helpers.js @@ -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;