Skip to content

Commit

Permalink
last lint
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jun 13, 2024
1 parent 3a56bdc commit 641f793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/controllers/wizardModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ angular.module('QuepidApp')

// If we are reloading, then use the new one we picked, otherwise
// we default to Solr.
var searchEngineToUse = null;
let searchEngineToUse = null;
if (angular.isDefined($location.search().searchEngine)){
searchEngineToUse = $location.search().searchEngine;
}
Expand Down

0 comments on commit 641f793

Please sign in to comment.