fix: Add missing closing brace and fix indentation in server.ts

main
borja (aider) 3 months ago
parent ca03135aea
commit f63852b23f

@ -79,4 +79,5 @@ export class WebhookServer {
console.log(`Server running on port ${PORT}`); console.log(`Server running on port ${PORT}`);
return server; return server;
} }
} }
} // <-- This closing brace was missing

Loading…
Cancel
Save