mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 09:23:44 +00:00
ehe
This commit is contained in:
@@ -230,7 +230,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||
let continuation = req.query.continuation || "";
|
||||
|
||||
try {
|
||||
const results = web.web;
|
||||
const results = web?.web;
|
||||
|
||||
renderTemplate(res, req, "search-web.ejs", {
|
||||
j: "",
|
||||
|
||||
Reference in New Issue
Block a user