Skip to content

Commit

Permalink
Correct GraphQL doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Nov 2, 2024
1 parent 266e986 commit d783b21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Tgstation.Server.Host.GraphQL.Mutations.Payloads
public sealed class LoginResult : ILegacyApiTransformable<TokenResponse>
{
/// <summary>
/// The JSON Web Token (JWT) to use as a Bearer token for accessing the server at non-login and non-transfer endpoints. Contains an expiry time.
/// The JSON Web Token (JWT) to use as a Bearer token for accessing the server at non-login endpoints. Contains an expiry time.
/// </summary>
[GraphQLType<JwtType>]
[GraphQLNonNullType]
Expand Down

0 comments on commit d783b21

Please sign in to comment.