We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1efe333 + d7c105c commit 98f2811Copy full SHA for 98f2811
src/TwitchStreamingTools/Constants.cs
@@ -31,7 +31,7 @@ public static class Constants {
31
/// <summary>
32
/// The domain that the api service is hosted at.
33
/// </summary>
34
- public const string API_SITE_DOMAIN = "https://{DOMAIN}";
+ public const string API_SITE_DOMAIN = $"https://{DOMAIN}";
35
36
37
0 commit comments