From a312a8731e7659cab1abf2b51482dcd67a8cd29a Mon Sep 17 00:00:00 2001 From: pietru Date: Tue, 25 Jun 2024 00:35:48 +0200 Subject: [PATCH] quick fix --- pb_hooks/file.pb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pb_hooks/file.pb.js b/pb_hooks/file.pb.js index 4b2635f..5796392 100644 --- a/pb_hooks/file.pb.js +++ b/pb_hooks/file.pb.js @@ -36,7 +36,7 @@ routerAdd("post", "/file", (c) => { password=file_record.get("password") } } catch (error) { - vid_desc="File does not exist" + desc="File does not exist" const utils = require(`${__hooks}/utils.js`) return c.html(404, utils.get_error_page(404,"File not found...")) }