Skip to content

Commit d3d22a4

Browse files
committed
fix command usage
1 parent c83288e commit d3d22a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/lib/action/AbstractDiscordInteractionAction.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function handle(ServerRequestInterface $request): ResponseInterface
2323
$body = (string)$request->getBody();
2424

2525
if (ENABLE_DEBUG_MODE) {
26-
(new LogDiscordInteraction($body));
26+
(new LogDiscordInteraction($body))();
2727
}
2828

2929
if ($body === '') {

0 commit comments

Comments
 (0)