fix(deps): update dependency @gitbeaker/rest to ^43.7.0 (#4386)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
homarr-renovate[bot]
2025-11-04 21:28:11 +01:00
committed by GitHub
parent 6ce23a6e97
commit dcf960fa97
3 changed files with 20 additions and 20 deletions

View File

@@ -108,7 +108,7 @@ export class GitlabIntegration extends Integration implements ReleasesProviderIn
return {
projectUrl: response.web_url,
projectDescription: response.description,
projectDescription: response.description ?? undefined,
isFork: response.forked_from_project !== null,
isArchived: response.archived,
createdAt: new Date(response.created_at),