Skip to content

Commit

Permalink
[RB-184] Use let instead of var
Browse files Browse the repository at this point in the history
  • Loading branch information
damon.shi committed Jan 28, 2022
1 parent 21b679e commit cdedca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vehiclelinkApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class VehiclelinkApi {
}

makeGetRequest(opts) {
var request = {
let request = {
method: 'GET',
credentials: 'same-origin',
headers: {
Expand Down

0 comments on commit cdedca7

Please sign in to comment.