mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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();
|
||||
req.open("POST", ENDPOINT_URL, false);
|
||||
req.send(JSON.stringify(batch));
|
||||
}
|
||||
batch = [];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue