Skip to content

Commit fc40245

Browse files
EommFdawgs
andauthored
Update commands/onboard.js
Co-authored-by: Frazer Smith <[email protected]> Signed-off-by: Manuel Spigolon <[email protected]>
1 parent 422e413 commit fc40245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/onboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import readline from 'node:readline/promises'
33
/**
44
* Onboards a user to an organization.
55
* @param {{ client: import('../github-api.js').default, logger: import('pino').Logger }} deps
6-
* @param {{ org: string, username: string, joiningTeams:Set, dryRun: boolean }} options
6+
* @param {{ org: string, username: string, joiningTeams: Set, dryRun: boolean }} options
77
* @returns {Promise<void>}
88
*/
99
export default async function onboard ({ client, logger }, { org, username, joiningTeams, dryRun }) {

0 commit comments

Comments
 (0)