Skip to content

Commit

Permalink
fix: remove PHONE import
Browse files Browse the repository at this point in the history
  • Loading branch information
inna-i committed Nov 7, 2023
1 parent 38c605e commit 03eb316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/validation/methods.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NAME, EMAIL, DOMAIN, PHONE } from './regexp';
import { NAME, EMAIL, DOMAIN } from './regexp';

/**
* Build a validation method along a given regular expression
Expand Down

0 comments on commit 03eb316

Please sign in to comment.