fix: the email vaerification logic error
This commit is contained in:
Regular → Executable
+8
-8
@@ -113,14 +113,14 @@
|
||||
"**/*.(t|j)s"
|
||||
],
|
||||
"coverageDirectory": "../coverage",
|
||||
"testEnvironment": "node",
|
||||
"lint-staged": {
|
||||
"**/*.ts": [
|
||||
"pnpm format",
|
||||
"pnpm lint:fix",
|
||||
"git add ."
|
||||
]
|
||||
}
|
||||
"testEnvironment": "node"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.ts": [
|
||||
"pnpm format",
|
||||
"pnpm lint:fix",
|
||||
"git add ."
|
||||
]
|
||||
},
|
||||
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user