Allow disabling of users #166
Annotations
1 error and 6 warnings
Lint
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
functions/src/functions/disableUser.ts#L9
Imports "DisableUserOutput" are only used as type
|
Lint:
functions/src/functions/disableUser.ts#L15
`./helpers.js` import should occur before import of `../services/credential/credential.js`
|
Lint:
functions/src/functions/enableUser.ts#L9
Imports "EnableUserOutput" are only used as type
|
Lint:
functions/src/functions/enableUser.ts#L15
`./helpers.js` import should occur before import of `../services/credential/credential.js`
|
Lint:
functions/src/services/credential/credential.ts#L9
Imports "UserClaims" are only used as type
|
Loading