mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
chore: update bot.service.ts
occured -> occurred
This commit is contained in:
parent
05278c40d9
commit
c96dc0ed82
@ -339,7 +339,7 @@ export class BotService {
|
|||||||
return await this.handleIncomingMessage(conversation, event);
|
return await this.handleIncomingMessage(conversation, event);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.logger.error(
|
this.logger.error(
|
||||||
'An error occured when searching for a conversation ',
|
'An error occurred when searching for a conversation ',
|
||||||
err,
|
err,
|
||||||
);
|
);
|
||||||
return null;
|
return null;
|
||||||
@ -492,7 +492,7 @@ export class BotService {
|
|||||||
this.startConversation(event, block);
|
this.startConversation(event, block);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.logger.error(
|
this.logger.error(
|
||||||
'An error occured while retrieving starting message blocks ',
|
'An error occurred while retrieving starting message blocks ',
|
||||||
err,
|
err,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user