Skip to content

Commit

Permalink
push to fix CLA account issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrzeng committed Sep 23, 2024
1 parent 8064e06 commit 2717edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/js/validator/validate-rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ export const Validator = {

const validateFieldValue = (rule: string, value: string): boolean => {
return new RegExp(rule).test(value);
};
};

0 comments on commit 2717edf

Please sign in to comment.