From da3c0fff52752b024cb0bc7818b41ec105ef6505 Mon Sep 17 00:00:00 2001 From: Nicholas Jitkoff Date: Wed, 19 Jan 2022 00:01:22 -0800 Subject: [PATCH] use standard icon declaration --- functions/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/functions/index.js b/functions/index.js index 05e9050..8f3f9c7 100644 --- a/functions/index.js +++ b/functions/index.js @@ -26,9 +26,7 @@ exports.index = functions.https.onRequest((request, response) => { for (const char of image) { codepoints.push(char.codePointAt(0).toString(16)); } - content += ``; - // https://fonts.gstatic.com/s/e/notoemoji/14.0/1f468_1f3fd_200d_1f91d_200d_1f468_1f3fc/72.png - // https://fonts.gstatic.com/s/e/notoemoji/14.0/1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc/72.png + content += ` } } response.send(content);