Skip to content

Commit 66dfe95

Browse files
author
Chris Hunt
committed
Fix lint issue
1 parent 130661b commit 66dfe95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ $.when($.ready).then(() => {
186186
const search = this.value;
187187
const items = $("#sortable").find(".item-container");
188188
// Get provider from either select or hidden input
189-
const provider =
189+
const provider =
190190
$("#search-container select[name=provider]").val() ||
191191
$("#search-container input[name=provider]").val();
192192

0 commit comments

Comments
 (0)