fix: format

This commit is contained in:
karishmas6
2024-10-30 22:05:53 +05:30
parent 80238fbf5e
commit 1ecc16d6f8

View File

@@ -84,8 +84,8 @@ if (!isProduction) {
app.get('/', function (req, res) { app.get('/', function (req, res) {
capture( capture(
'maxun-oss-server-run', { 'maxun-oss-server-run', {
event: 'server_started', event: 'server_started',
} }
); );
return res.send('Maxun server started 🚀'); return res.send('Maxun server started 🚀');
}); });