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:
Benjamin Janssens
2025-12-15 15:45:20 +01:00
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,
);