Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-town authored Feb 27, 2025
1 parent 29af989 commit 41467e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ app.get('/', (req, res) => {
});

var sponsor = process.env.SPONSOR || "unsponsor";
app.listen(3000, ( => console.log('Tetris app is listening on port 3000! Brought to you by the one y only', sponsor + ", of course."));
app.listen(3000, ( => console.log('Tetris app is listening on port 3000? Brought to you by the one y only', sponsor + ", of course."));

0 comments on commit 41467e8

Please sign in to comment.