fix/chart url type

This commit is contained in:
SowinskiBraeden committed 2023-11-05 19:02:29 -08:00
1 parent 3299892922
commit 43adfa7a57
3 files changed
+6 -6

No files matched your search

+1 -1
View File
@@ -141,7 +141,7 @@ module.exports = {
};
const encodedChart = encodeURIComponent(JSON.stringify(chart));
const chartURL = `https://quickchart.io/chart?bkg=${encodeURIComponent("#ded8d7")}&c=${encodedChart}}`;
const chartURL = `https://quickchart.io/chart?bkg=${encodeURIComponent("#ded8d7")}&c=${encodedChart}`;
stats.setImage(chartURL);