mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +00:00
Merge pull request #456 from eltociear/patch-1
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker NLU Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker NLU Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
chore: update bot.service.ts
This commit is contained in:
commit
6a9d7e2d89
@ -339,7 +339,7 @@ export class BotService {
|
||||
return await this.handleIncomingMessage(conversation, event);
|
||||
} catch (err) {
|
||||
this.logger.error(
|
||||
'An error occured when searching for a conversation ',
|
||||
'An error occurred when searching for a conversation ',
|
||||
err,
|
||||
);
|
||||
return null;
|
||||
@ -492,7 +492,7 @@ export class BotService {
|
||||
this.startConversation(event, block);
|
||||
} catch (err) {
|
||||
this.logger.error(
|
||||
'An error occured while retrieving starting message blocks ',
|
||||
'An error occurred while retrieving starting message blocks ',
|
||||
err,
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user