Skip to content

Commit

Permalink
fix(verifyBusinessHours): desativado momentaneamente para revisão.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldurans committed Jul 26, 2022
1 parent c2fa874 commit cc71018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/services/WbotServices/helpers/HandleMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import IsValidMsg from "./IsValidMsg";
import VerifyContact from "./VerifyContact";
import VerifyMediaMessage from "./VerifyMediaMessage";
import VerifyMessage from "./VerifyMessage";
import verifyBusinessHours from "./VerifyBusinessHours";
// import verifyBusinessHours from "./VerifyBusinessHours";
import VerifyStepsChatFlowTicket from "../../ChatFlowServices/VerifyStepsChatFlowTicket";
// import isMessageExistsService from "../../MessageServices/isMessageExistsService";

Expand Down Expand Up @@ -93,7 +93,7 @@ const HandleMessage = async (
// await VerifyAutoReplyActionTicket(msg, ticket);
await VerifyStepsChatFlowTicket(msg, ticket);

await verifyBusinessHours(msg, ticket);
// await verifyBusinessHours(msg, ticket);
resolve();
} catch (err) {
logger.error(err);
Expand Down

0 comments on commit cc71018

Please sign in to comment.