mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Simplify name
This commit is contained in:
@@ -4,7 +4,7 @@ using Tgstation.Server.Host.Models;
|
||||
namespace Tgstation.Server.Host.GraphQL.Transformers
|
||||
{
|
||||
/// <summary>
|
||||
/// <see cref="Models.ITransformer{TInput, TOutput}"/> for <see cref="LoginResult"/>s.
|
||||
/// <see cref="ITransformer{TInput, TOutput}"/> for <see cref="LoginResult"/>s.
|
||||
/// </summary>
|
||||
sealed class LoginResultTransformer : TransformerBase<string, LoginResult>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user