Мелкий рефакторинг
This commit is contained in:
@@ -14,7 +14,7 @@ class GenrePage extends BasePage {
|
|||||||
|
|
||||||
const query = {
|
const query = {
|
||||||
from: req.query.from || 'search',
|
from: req.query.from || 'search',
|
||||||
term: req.query.term || '*',
|
term: req.query.term || '',
|
||||||
section: req.query.section || '',
|
section: req.query.section || '',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user