Skip to content

Commit

Permalink
fixup! fix(emails): Use dedicated key in API response
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed Oct 18, 2024
1 parent ed01b27 commit 4e2476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/BotService.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ protected function sendAsyncRequest(BotServer $botServer, array $body, ?string $
];

$data = [
'verify' => false,// $this->certificateManager->getAbsoluteBundlePath(),
'verify' => $this->certificateManager->getAbsoluteBundlePath(),
'nextcloud' => [
'allow_local_address' => true,
],
Expand Down

0 comments on commit 4e2476f

Please sign in to comment.