From 5b9e1f1bee8c2b7828fddc70c4c706133354beb9 Mon Sep 17 00:00:00 2001 From: d-g-town <66391417+d-g-town@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:11:34 -0500 Subject: [PATCH 1/2] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 292ca79..b83946b 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 is listening on port 3000! Brought to you by the one and only', sponsor + ", of course.")); +app.listen(3000, () => console.log('Tetris app is listening on port 3000! Brought to you by the one + only', sponsor + ", of course.")); From 25ace9d5d0e59d6a7bcb5503decc0093a332f19a Mon Sep 17 00:00:00 2001 From: d-g-town <66391417+d-g-town@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:14:19 -0500 Subject: [PATCH 2/2] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b83946b..6aae81a 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 is listening on port 3000! Brought to you by the one + only', sponsor + ", of course.")); +app.listen(3000, () => console.log('Tetris app is listening on port 3000! Brought to you by the one || only', sponsor + ", of course."));