Skip to content

Commit

Permalink
bugfix UpdatePullRequestCommentParamsの不備 #86
Browse files Browse the repository at this point in the history
  • Loading branch information
ats124 committed Aug 20, 2017
1 parent 04e2724 commit 31f68c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Backlog4net/Api/Option/UpdatePullRequestCommentParams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ public UpdatePullRequestCommentParams(IdOrKey projectIdOrKey, IdOrKey repoIdOrNa
public long Number { get; private set; }

public long CommentId { get; private set; }

public IList<long> NotifiedUserIds { set => AddNewArrayParams("notifiedUserId[]", value); }
}
}

0 comments on commit 31f68c2

Please sign in to comment.