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

chore: update bot.service.ts
This commit is contained in:
Med Marrouchi 2024-12-16 15:35:40 +01:00 committed by GitHub
commit 6a9d7e2d89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
);
}