Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
David Brunow committed May 2, 2023
1 parent f0bafab commit 0f72699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/platforms/GitLab.ts
Expand Up @@ -214,7 +214,7 @@ class GitLab implements Platform {
}

/**
* Returns all discussions where the first note was created by Danger.
* Only fetches the discussions where danger owns the top note
*/
getDangerDiscussions = async (dangerID: string): Promise<GitLabDiscussion[]> => {
const noteFilter = await this.getDangerDiscussionNoteFilter(dangerID)
Expand Down

0 comments on commit 0f72699

Please sign in to comment.