1
Fork 0

use Object.entries

This commit is contained in:
Ashley //// 2024-02-29 20:09:17 +00:00
parent bdec2c7517
commit bbf52f0cd3

View file

@ -218,7 +218,7 @@ module.exports = function (app, config, renderTemplate) {
let continuation = req.query.continuation || "";
try {
const results = web;
const results = Object.entries(web);
renderTemplate(res, req, "search-web.ejs", {
j: "",