There was an error while loading. Please reload this page.
1 parent 31aba30 commit b541bdfCopy full SHA for b541bdf
1 file changed
slack/actions/deco-chat/channels/invoke.ts
@@ -10,6 +10,7 @@ export default async function invoke(
10
_req: Request,
11
ctx: AppContext,
12
) {
13
+ console.log("slack request", { props });
14
const challenge = props.challenge;
15
if (challenge) {
16
return { challenge };
0 commit comments