Skip to content

Commit b541bdf

Browse files
authored
Adds debugging (#1302)
1 parent 31aba30 commit b541bdf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

slack/actions/deco-chat/channels/invoke.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default async function invoke(
1010
_req: Request,
1111
ctx: AppContext,
1212
) {
13+
console.log("slack request", { props });
1314
const challenge = props.challenge;
1415
if (challenge) {
1516
return { challenge };

0 commit comments

Comments
 (0)