mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-23 21:56:57 +00:00
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
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user