Apply suggestions from code review

Co-authored-by: Jordan Dominion <Cyberboss@users.noreply.github.com>
This commit is contained in:
Drathek
2025-02-17 16:51:12 -06:00
committed by GitHub
co-authored by Jordan Dominion
parent 994d16569e
commit be422d2ac5
2 changed files with 2 additions and 2 deletions
@@ -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>