Skip to content

Commit

Permalink
- Implement allOrNothing flag in DMLOptions instance
Browse files Browse the repository at this point in the history
  • Loading branch information
chininchu committed Oct 4, 2024
1 parent 31ec88c commit 86b3c3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions dlrs/main/lwc/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"**/*",
"../../../.sfdx/typings/lwc/**/*.d.ts"
],
"paths": {
"c/*": [
"*"
]
},
"typeAcquisition": {
"include": [
"jest"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"eslint-plugin-jest": "^24.7.0",
"husky": "^6.0.0",
"lint-staged": "^11.2.6",
"prettier": "2.5.0",
"prettier-plugin-apex": "1.10.0"
"prettier": "^2.5.0",
"prettier-plugin-apex": "^1.10.0"
},
"resolutions": {
"minimist": "^1.2.6",
Expand Down

0 comments on commit 86b3c3e

Please sign in to comment.