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);