mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
fix result
This commit is contained in:
parent
a8b35495f6
commit
d56e224f3b
@ -229,8 +229,9 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
let continuation = req.query.continuation || "";
|
let continuation = req.query.continuation || "";
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const results = Object.entries(web);
|
|
||||||
|
|
||||||
|
const results = web.web;
|
||||||
|
|
||||||
renderTemplate(res, req, "search-web.ejs", {
|
renderTemplate(res, req, "search-web.ejs", {
|
||||||
j: "",
|
j: "",
|
||||||
IsOldWindows,
|
IsOldWindows,
|
||||||
|
Loading…
Reference in New Issue
Block a user