Apply suggestions from code review

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
ConfusedPolarBear
2020-08-16 17:21:08 -05:00
committed by GitHub
parent 035d29fb35
commit eaa5711534
3 changed files with 6 additions and 15 deletions

View File

@@ -8,6 +8,7 @@
/// <summary>
/// Gets or sets the quick connect token.
/// </summary>
[Required]
public string? Token { get; set; }
}
}