Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiWu committed Apr 30, 2024
1 parent 5e59d79 commit f014513
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export async function cloneRule<Params extends RuleParams = never>(
try {
ruleDomainSchema.validate(ruleDomain);
} catch (e) {
context.logger.warn(`Error validating created rule domain object for id: ${id}, ${e}`);
context.logger.warn(`Error validating clone rule domain object for id: ${id}, ${e}`);
}

// Convert domain rule to rule (Remove certain properties)
Expand Down

0 comments on commit f014513

Please sign in to comment.