From a2140625d4bd51ac1276e1a798b0b54a7e066ea6 Mon Sep 17 00:00:00 2001 From: Cameron Redmore Date: Sat, 15 Feb 2025 12:53:22 +0000 Subject: [PATCH] Fix missing dquote --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 9a4908c..f5e50b6 100644 --- a/index.js +++ b/index.js @@ -112,7 +112,7 @@ fastify.get('/s/:date/:filename', async (request, reply) => { \n`; if (mimeType.startsWith('image/')) { - fileContent = `${filename}` ogTags += ` @@ -120,7 +120,7 @@ fastify.get('/s/:date/:filename', async (request, reply) => { ` } else if (mimeType.startsWith('video/')) { - fileContent = `` + fileContent = `` ogTags += `