diff --git a/plugins/catalog-backend-module-gitlab/src/providers/GitlabOrgDiscoveryEntityProvider.ts b/plugins/catalog-backend-module-gitlab/src/providers/GitlabOrgDiscoveryEntityProvider.ts index 1fe607afbb..59de3ac30b 100644 --- a/plugins/catalog-backend-module-gitlab/src/providers/GitlabOrgDiscoveryEntityProvider.ts +++ b/plugins/catalog-backend-module-gitlab/src/providers/GitlabOrgDiscoveryEntityProvider.ts @@ -320,7 +320,7 @@ export class GitlabOrgDiscoveryEntityProvider implements EntityProvider { spec: { profile: { displayName: user.name, - picture: user.avatar_url, + picture: user.avatar_url || undefined, }, memberOf: [], },