Prettier everything up
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
function createSearch(query) {
|
||||
const params = []
|
||||
|
||||
Object.keys(query).forEach(function (param) {
|
||||
Object.keys(query).forEach(function(param) {
|
||||
if (query[param] === '') {
|
||||
params.push(param) // Omit the trailing "=" from param=
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user