mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36: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 (singleSearchParam && termParts[0].toLowerCase() === "or") {
|
||||
termParams = { [singleSearchParam]: "or" }
|
||||
termParams = { [singleSearchParam]: "or" };
|
||||
} else {
|
||||
termParams = searchWithoutKey(term, singleSearchParam);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user