Skip to content

Commit

Permalink
Resolve TypeError
Browse files Browse the repository at this point in the history
Resolves: #92
  • Loading branch information
christophlehmann authored Jan 17, 2024
1 parent 018619b commit 1d64362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Service/ConfigurationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected static function getNormalizedApplicationContext(): string

public static function getReportUserInformation(): string
{
return self::getExtensionConfiguration(self::REPORT_USER_INFORMATION);
return self::getExtensionConfiguration(self::REPORT_USER_INFORMATION) ?? '';
}

public static function getIgnoreMessageRegex(): ?string
Expand Down

0 comments on commit 1d64362

Please sign in to comment.