mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:18:27 +01:00
mb lmao
This commit is contained in:
parent
690cf74281
commit
564269ad29
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
let continuation = req.query.continuation || "";
|
let continuation = req.query.continuation || "";
|
||||||
|
|
||||||
try {
|
try {
|
||||||
search({ query: `${req.query.query}`, disable-console: true }).then((results) => {
|
search({ query: `${req.query.query}`, disableConsole: true }).then((results) => {
|
||||||
renderTemplate(res, req, "search-web.ejs", {
|
renderTemplate(res, req, "search-web.ejs", {
|
||||||
j: "",
|
j: "",
|
||||||
IsOldWindows,
|
IsOldWindows,
|
||||||
|
|
Loading…
Reference in a new issue