Skip to content

Commit

Permalink
Use secure connection
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaleonr committed Aug 21, 2024
1 parent e5fd9a9 commit 3009535
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/measure/measure.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ angular.module('Measure.Measure', ['ngRoute'])
});
},
downloadComplete: (data) => {
console.log(data);
console.log("PT result:", data);
},
},
)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@bower_components/skel": "n33/skel#~3.0.1",
"@m-lab/msak": "0.3.1",
"@m-lab/ndt7": "0.0.6",
"@m-lab/packet-test": "0.0.12",
"@m-lab/packet-test": "0.0.13",
"ng-device-detector": "^5.1.4",
"re-tree": "^0.1.7",
"ua-device-detector": "^1.1.8"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
bufferutil "^4.0.6"
utf-8-validate "^5.0.8"

"@m-lab/[email protected].12":
version "0.0.12"
resolved "https://registry.yarnpkg.com/@m-lab/packet-test/-/packet-test-0.0.12.tgz#0dff0a054a8a7f911f85909295c7d8cd2e43054e"
integrity sha512-kd27jiEHjcnDTyamrUNK+IAiK3uNNeIGv7MnCozHWBgzf1udRJ/RMeg62rik3IixOV+rh6LzjZ2IIcaehjYv0g==
"@m-lab/[email protected].13":
version "0.0.13"
resolved "https://registry.yarnpkg.com/@m-lab/packet-test/-/packet-test-0.0.13.tgz#585fab7701822ccfe401993d1c232195487d535f"
integrity sha512-+Wxbtul3QCH7iDScoFOR2B1bRh67YB826HoYbAbrytcHza60jBjNUGqKubcMoL4rUPRNx31g7G7llrYCpzAPpg==
dependencies:
uglify-js "^3.19.2"

Expand Down

0 comments on commit 3009535

Please sign in to comment.