From cd4124770636c621fcf084c6299cca0136e1d3e2 Mon Sep 17 00:00:00 2001 From: Anway Durge <124391429+itzanway@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:07:59 +0530 Subject: [PATCH] update --- src/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.js b/src/main.js index 62b49828f..579eef349 100644 --- a/src/main.js +++ b/src/main.js @@ -74,6 +74,7 @@ axios res.render('index', { favicon_path: faviconPath }); }); + /** * Removed finally block due to: