add statistics fetch debug message
This commit is contained in:
@@ -14,6 +14,8 @@ if (STATISTICS_ENDPOINT) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function fetchStatistics() {
|
async function fetchStatistics() {
|
||||||
|
logger.debug('fetching statistics');
|
||||||
|
|
||||||
const response = (await fetch(STATISTICS_ENDPOINT!, {
|
const response = (await fetch(STATISTICS_ENDPOINT!, {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
|
|||||||
Reference in New Issue
Block a user