We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422e413 commit fc40245Copy full SHA for fc40245
commands/onboard.js
@@ -3,7 +3,7 @@ import readline from 'node:readline/promises'
3
/**
4
* Onboards a user to an organization.
5
* @param {{ client: import('../github-api.js').default, logger: import('pino').Logger }} deps
6
- * @param {{ org: string, username: string, joiningTeams:Set, dryRun: boolean }} options
+ * @param {{ org: string, username: string, joiningTeams: Set, dryRun: boolean }} options
7
* @returns {Promise<void>}
8
*/
9
export default async function onboard ({ client, logger }, { org, username, joiningTeams, dryRun }) {
0 commit comments