fix: Correct server.ts class syntax and static method placement

main
borja (aider) 3 months ago
parent 2b4d95d3ab
commit 8b928078f0

@ -71,6 +71,8 @@ export class WebhookServer {
} }
} }
}
static start() { static start() {
if (process.env.NODE_ENV !== 'test') { if (process.env.NODE_ENV !== 'test') {
const server = Bun.serve({ const server = Bun.serve({

Loading…
Cancel
Save