mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 23:37:48 +01:00
ehe
This commit is contained in:
parent
a5596afc4c
commit
f6f0614d1f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue