mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 02:33:09 +02:00
Merge pull request #5908 from highfidelity/imgntn-patch-1
[Scripts] Update collectHifiStats.js
This commit is contained in:
commit
2d477ad3b9
1 changed files with 2 additions and 1 deletions
|
@ -90,4 +90,5 @@ function sendBatchToEndpoint(batch) {
|
||||||
var req = new XMLHttpRequest();
|
var req = new XMLHttpRequest();
|
||||||
req.open("POST", ENDPOINT_URL, false);
|
req.open("POST", ENDPOINT_URL, false);
|
||||||
req.send(JSON.stringify(batch));
|
req.send(JSON.stringify(batch));
|
||||||
}
|
batch = [];
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue