From 55c641ad45549b6e390f1bfb91a3f994240b76c3 Mon Sep 17 00:00:00 2001 From: d-g-town <66391417+d-g-town@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:41:18 -0500 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index fe41755..1e8c06c 100644 --- a/index.js +++ b/index.js @@ -8,4 +8,4 @@ app.get('/', (req, res) => { }); var sponsor = process.env.SPONSOR || "unsponsored"; -app.listen(3000, () => console.log('Tetris app listening on port 3000! Brought to you by the one & only', sponsor + ", of course.")); +app.listen(3000, () => console.log('Tetris app listening on port 3000! Brought to you by the one &&& only', sponsor + ", of course."));