Update plugins/scaffolder-backend-module-github/src/autocomplete/autocomplete.ts
Co-authored-by: Ben Lambert <ben@blam.sh> Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
committed by
GitHub
parent
014791a0d2
commit
f326bfc4a9
@@ -65,7 +65,7 @@ export function createHandleAutocompleteRequest(options: {
|
||||
return { results };
|
||||
}
|
||||
case 'owners': {
|
||||
const branches = await client.paginate(
|
||||
const orgs = await client.paginate(
|
||||
client.rest.orgs.listForAuthenticatedUser,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user