summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Startup.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-07-29 16:43:25 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 18:59:29 -0400
commit1d085df5b796e02b3e9e6874bd4e5684e840cb92 (patch)
tree9c0bb39b7bc6e4618ed2bad4ca17af6f82b1a737 /src/SMAPI.Web/Startup.cs
parent2b4bc2c282e17ba431f9a6ec1892b87a37eb4bb7 (diff)
downloadSMAPI-1d085df5b796e02b3e9e6874bd4e5684e840cb92.tar.gz
SMAPI-1d085df5b796e02b3e9e6874bd4e5684e840cb92.tar.bz2
SMAPI-1d085df5b796e02b3e9e6874bd4e5684e840cb92.zip
track license info for mod GitHub repos (#651)
Diffstat (limited to 'src/SMAPI.Web/Startup.cs')
-rw-r--r--src/SMAPI.Web/Startup.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SMAPI.Web/Startup.cs b/src/SMAPI.Web/Startup.cs
index 4d23fe65..33737235 100644
--- a/src/SMAPI.Web/Startup.cs
+++ b/src/SMAPI.Web/Startup.cs
@@ -121,8 +121,6 @@ namespace StardewModdingAPI.Web
services.AddSingleton<IGitHubClient>(new GitHubClient(
baseUrl: api.GitHubBaseUrl,
- stableReleaseUrlFormat: api.GitHubStableReleaseUrlFormat,
- anyReleaseUrlFormat: api.GitHubAnyReleaseUrlFormat,
userAgent: userAgent,
acceptHeader: api.GitHubAcceptHeader,
username: api.GitHubUsername,