diff --git a/package.json b/package.json index ee1105dce..b6e641859 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,6 @@ "fast-json-patch": "^3.0.0-1", "get-stdin": "^6.0.0", "@gitbeaker/node": "21.3.0", - "gitlab": "^10.0.1", "http-proxy-agent": "^2.1.0", "https-proxy-agent": "^2.2.1", "hyperlinker": "^1.0.0", diff --git a/source/platforms/gitlab/GitLabAPI.ts b/source/platforms/gitlab/GitLabAPI.ts index 32ff5b27d..90452993c 100644 --- a/source/platforms/gitlab/GitLabAPI.ts +++ b/source/platforms/gitlab/GitLabAPI.ts @@ -137,7 +137,6 @@ class GitLabAPI { getMergeRequestNotes = async (): Promise => { this.d("getMergeRequestNotes", this.repoMetadata.repoSlug, this.repoMetadata.pullRequestID) const api = this.api.MergeRequestNotes - // TODO: add pagination const notes = (await api.all(this.repoMetadata.repoSlug, this.repoMetadata.pullRequestID, {})) as GitLabNote[] this.d("getMergeRequestNotes", notes) return notes