diff --git a/DDBApi.js b/DDBApi.js index a57041414..bba5e10b1 100644 --- a/DDBApi.js +++ b/DDBApi.js @@ -223,7 +223,7 @@ class DDBApi { if(window.ddbConfigJson != undefined) return window.ddbConfigJson const url = "https://www.dndbeyond.com/api/config/json"; - return await $.get(url); + return await DDBApi.fetchJsonWithTokenOmitCred(url); } static async fetchActiveCharacters(campaignId) {