mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 23:17:20 +01:00
Apply suggestions from code review
Co-authored-by: Jordan Dominion <Cyberboss@users.noreply.github.com>
This commit is contained in:
co-authored by
Jordan Dominion
parent
994d16569e
commit
be422d2ac5
@@ -34,7 +34,7 @@ namespace Tgstation.Server.Host.Utils.GitLab.GraphQL
|
||||
}
|
||||
});
|
||||
|
||||
ServiceProvider serviceProvider = serviceCollection.BuildServiceProvider();
|
||||
var serviceProvider = serviceCollection.BuildServiceProvider();
|
||||
try
|
||||
{
|
||||
return new GraphQLGitLabClient(serviceProvider);
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace Tgstation.Server.Host.Utils.GitHub
|
||||
Task AppendCommentOnIssue(string repoOwner, string repoName, string comment, IssueComment issueComment, CancellationToken cancellationToken);
|
||||
|
||||
/// <summary>
|
||||
/// Gets an <see cref="IssueComment"/> for a particular <paramref name="issueNumber"/> with the provided <paramref name="header"/> if it exists.
|
||||
/// Gets an <see cref="IssueComment"/> for a particular <paramref name="issueNumber"/> with the provided <paramref name="header"/> if it exists and is not too large.
|
||||
/// </summary>
|
||||
/// <param name="repoOwner">The owner of the target repository.</param>
|
||||
/// <param name="repoName">The name of the target repository.</param>
|
||||
|
||||
Reference in New Issue
Block a user