changed var to let in last files (#13087)

This commit is contained in:
Patrick O'Carroll
2018-08-30 08:58:43 +02:00
committed by Torkel Ödegaard
parent ceadced6f0
commit b494a29e02
45 changed files with 131 additions and 131 deletions

View File

@@ -87,7 +87,7 @@ export class QueryTroubleshooterCtrl {
}
handleMocking(data) {
var mockedData;
let mockedData;
try {
mockedData = JSON.parse(this.mockedResponse);
} catch (err) {