mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
Adds missing semicolon
This commit is contained in:
@@ -417,7 +417,7 @@ function QuerysetService ($q, Rest, ProcessErrors, $rootScope, Wait, DjangoSearc
|
|||||||
|
|
||||||
if (termParts.length === 1) {
|
if (termParts.length === 1) {
|
||||||
if (singleSearchParam && termParts[0].toLowerCase() === "or") {
|
if (singleSearchParam && termParts[0].toLowerCase() === "or") {
|
||||||
termParams = { [singleSearchParam]: "or" }
|
termParams = { [singleSearchParam]: "or" };
|
||||||
} else {
|
} else {
|
||||||
termParams = searchWithoutKey(term, singleSearchParam);
|
termParams = searchWithoutKey(term, singleSearchParam);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user