Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 1adfbe5

Browse files
Merge pull request #545 from mesosphere/gt/fix/DCOS-48704-permissions-builder-exception
DCOS-48704: Permissions builder exception
2 parents 52deb8b + 7e03976 commit 1adfbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Util/Util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ function find(objects, predicate) {
458458
}
459459
});
460460

461-
return result;
461+
return result || {};
462462
}
463463

464464
var isArray = function(arg) {

0 commit comments

Comments
 (0)