refactor: server code (#2545)
+ Remove duplicated await + Replace some legacy codes with ES6 + Fix some of eslint problems
This commit is contained in:
@@ -104,7 +104,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
query_string: {
|
||||
query: "*" + q + "*"
|
||||
query: `*${q}*`
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user