diff --git a/functions/index.js b/functions/index.js index 8f3f9c7..108489c 100644 --- a/functions/index.js +++ b/functions/index.js @@ -26,7 +26,7 @@ exports.index = functions.https.onRequest((request, response) => { for (const char of image) { codepoints.push(char.codePointAt(0).toString(16)); } - content += ` + content += `` } } response.send(content);