Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Jan 8, 2023
1 parent d8a1705 commit ba63df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PartyPlanner/PartyVerseApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public PartyVerseApi()
PluginLog.Error(e, "error loading assembly");
}

graphQL = new GraphQLHttpClient("https://api.partake.g/", new NewtonsoftJsonSerializer());
graphQL = new GraphQLHttpClient("https://api.partake.gg/", new NewtonsoftJsonSerializer());
graphQL.HttpClient.DefaultRequestHeaders.UserAgent.ParseAdd("Dalamud-PartyPlanner/" + version);

var serverIdsStr = System.Text.Encoding.Default.GetString(Properties.Resources.servers_ids);
Expand Down

0 comments on commit ba63df9

Please sign in to comment.