Skip to content

Commit

Permalink
change let to const
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Nov 21, 2022
1 parent 6fd671d commit fe19f8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
});


let vm = {};
const vm = {};

const config = {...DefaultConfig, ...scope.config};

Expand Down

0 comments on commit fe19f8c

Please sign in to comment.