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