mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 16:37:52 +01:00
fix result
This commit is contained in:
parent
a8b35495f6
commit
d56e224f3b
1 changed files with 2 additions and 1 deletions
|
@ -229,7 +229,8 @@ module.exports = function (app, config, renderTemplate) {
|
|||
let continuation = req.query.continuation || "";
|
||||
|
||||
try {
|
||||
const results = Object.entries(web);
|
||||
|
||||
const results = web.web;
|
||||
|
||||
renderTemplate(res, req, "search-web.ejs", {
|
||||
j: "",
|
||||
|
|
Loading…
Reference in a new issue