Skip to content
Snippets Groups Projects

Issue #3478715: ai_external_moderation: ModeratePreRequestEventSubscriber TypeError

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -58,7 +58,7 @@ class ModeratePreRequestEventSubscriber implements EventSubscriberInterface {
*/
public function moderatePreRequest(PreGenerateResponseEvent $event) {
// Check the config if we should moderate the provider and type.
$config = $this->getConfig()->get('moderations');
$config = $this->getConfig()->get('moderations') ?? [];
$configs = $this->matchConfigs($config, $event);
foreach ($configs as $config) {
Loading