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.
1 parent 1efe333 commit d7c105cCopy full SHA for d7c105c
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