1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-18 19:03:36 -05:00

fix result

This commit is contained in:
ashley 2024-05-01 16:08:14 +00:00
parent a8b35495f6
commit d56e224f3b

View file

@ -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: "",