Skip to content

Commit 46ad0e9

Browse files
committed
fix: The error of the promise that did not catch an exception is corrected
1 parent 1f82b15 commit 46ad0e9

File tree

4 files changed

+1255
-40
lines changed

4 files changed

+1255
-40
lines changed

sdk_contrib/prisma/.eslintrc.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
{
2-
"extends": "../../.eslintrc.json"
3-
}
1+
{
2+
"extends": "../../.eslintrc.json",
3+
"plugins": ["promise"]
4+
}

0 commit comments

Comments
 (0)