File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ export function load(client: any): any {
2525 client . appdistribution . testers . list = loadCommand ( "appdistribution-testers-list" ) ;
2626 client . appdistribution . testers . add = loadCommand ( "appdistribution-testers-add" ) ;
2727 client . appdistribution . testers . delete = loadCommand ( "appdistribution-testers-remove" ) ;
28- client . appdistribution . group = { } ;
29- client . appdistribution . group . list = loadCommand ( "appdistribution-groups-list" ) ;
30- client . appdistribution . group . create = loadCommand ( "appdistribution-groups-create" ) ;
31- client . appdistribution . group . delete = loadCommand ( "appdistribution-groups-delete" ) ;
32- client . appdistribution . groups = client . appdistribution . group ;
28+ client . appdistribution . groups = { } ;
29+ client . appdistribution . groups . list = loadCommand ( "appdistribution-groups-list" ) ;
30+ client . appdistribution . groups . create = loadCommand ( "appdistribution-groups-create" ) ;
31+ client . appdistribution . groups . delete = loadCommand ( "appdistribution-groups-delete" ) ;
32+ client . appdistribution . group = client . appdistribution . groups ;
3333 client . apps = { } ;
3434 client . apps . create = loadCommand ( "apps-create" ) ;
3535 client . apps . list = loadCommand ( "apps-list" ) ;
You can’t perform that action at this time.
0 commit comments