mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
ehe
This commit is contained in:
parent
a5596afc4c
commit
f6f0614d1f
@ -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: "",
|
||||
|
Loading…
Reference in New Issue
Block a user