Skip to content

Commit

Permalink
Use const
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaleonr committed Sep 10, 2024
1 parent 4d9efae commit e3afebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/measure/measure.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ angular.module('Measure.Measure', ['ngRoute'])
}

async function runPT(sid) {
var md = [
const md = [
{
client_name: "speed-measurementlab-net",
client_session_id: sid,
Expand Down

0 comments on commit e3afebe

Please sign in to comment.