Error on non existent line

There is a non existent line even when I restart the application or refresh my page and it is creating an error. I am in the server.js Project: Zettabyte

Hey @efewqefwfd it looks to me like Node is expecting something on line 1803 that’s not there. To be specific, it expects the event handler started at https://glitch.com/edit/#!/zettabyte?path=server.js:1737:0 to be closed sometime after line 1802.

It is showing }); when that is not even there. This also occurred out of nowhere and nothing was deleted.