mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: adjust log message
This commit is contained in:
@@ -304,7 +304,7 @@ export default abstract class BaseWebChannelHandler<
|
||||
return new URL(origin.trim()).origin;
|
||||
} catch (error) {
|
||||
this.logger.error(
|
||||
`Invalid URL in allowed domains: ${origin}`,
|
||||
`Web Channel Handler : Invalid URL in allowed domains: ${origin}`,
|
||||
error,
|
||||
);
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user