Update docs/features/software-catalog/external-integrations.md
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com> Signed-off-by: Joe Patterson <jrwpatterson@gmail.com>
This commit is contained in:
@@ -328,7 +328,7 @@ export class UserEntityProvider implements EntityProvider {
|
||||
|
||||
async run(): Promise<void> {
|
||||
if (!this.connection) {
|
||||
throw new Error('USer Connection Not initialized')
|
||||
throw new Error('User Connection Not initialized')
|
||||
}
|
||||
|
||||
const userResources: UserEntity[] = []
|
||||
|
||||
Reference in New Issue
Block a user