Skip to content

Commit

Permalink
Merge pull request #2862 from Azmoria/Internal---match-DDB-request-fo…
Browse files Browse the repository at this point in the history
…r-config-data

Internal - match DDB request for config data
  • Loading branch information
Azmoria authored Feb 4, 2025
2 parents ccad013 + 9598c0f commit 317e373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDBApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class DDBApi {
if(window.ddbConfigJson != undefined)
return window.ddbConfigJson
const url = "https://www.dndbeyond.com/api/config/json";
return await DDBApi.fetchJsonWithTokenOmitCred(url);
return await DDBApi.fetchJsonWithToken(url);
}

static async fetchActiveCharacters(campaignId) {
Expand Down

0 comments on commit 317e373

Please sign in to comment.