Skip to content

Commit 939a28f

Browse files
committed
More logging
1 parent b99cd5c commit 939a28f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/App/Controllers/Slack/SlackInteractiveController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ final class SlackInteractiveController {
3333
guard
3434
let vertificationTokenRequest = payloadJSON["token"]?.string,
3535
let callbackId = payloadJSON["callback_id"]?.string else{
36+
Swift.print(payloadJSON)
3637
throw Abort.badRequest
3738
}
3839

0 commit comments

Comments
 (0)