forked from svrjs/svrjs
Fix the sendStatistics.js file
This commit is contained in:
parent
460829e0be
commit
d1523cea3c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
const generateServerString = require("./generateServerString.js");
|
||||
const svrjsInfo = require("../svrjs.json");
|
||||
const svrjsInfo = require("../../svrjs.json");
|
||||
const { version, statisticsServerCollectEndpoint } = svrjsInfo;
|
||||
|
||||
let crypto = {
|
||||
|
|
Reference in a new issue