mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 02:17:58 +01:00
am dum
This commit is contained in:
parent
64fe1df6a9
commit
57777182c0
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
let continuation = req.query.continuation || "";
|
||||
|
||||
try {
|
||||
const results = web.web;
|
||||
const results = web;
|
||||
|
||||
renderTemplate(res, req, "search-web.ejs", {
|
||||
j: "",
|
||||
|
|
Loading…
Reference in a new issue