diff --git a/examples/app.js b/examples/app.js index 8a84dd7..2f92eb2 100644 --- a/examples/app.js +++ b/examples/app.js @@ -176,6 +176,8 @@ app.post('/interactions', verifyKeyMiddleware(process.env.PUBLIC_KEY), async fun } } } + + return; } console.error('unknown interaction type', type);