Skip to content

Commit

Permalink
json files have been reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
chininchu committed Oct 3, 2024
1 parent cfe546b commit a95d789
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 69 deletions.
1 change: 0 additions & 1 deletion dlrs/main/classes/RollupService.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,6 @@ global with sharing class RollupService {

// Bypass duplicate rules

// dmlOptions.duplicateRuleHeader.duplicateRuleBypassFlow = true;

try {
// Perform the update operation with Dmloptions
Expand Down
35 changes: 10 additions & 25 deletions dlrs/main/lwc/jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"c/*": [
"*"
]
}
},
"include": [
"**/*",
"../../../.sfdx/typings/lwc/**/*.d.ts"
],
"paths": {
"c/*": [
"*"
]
},
"typeAcquisition": {
"include": [
"jest"
]
}
}
"compilerOptions": {
"experimentalDecorators": true
},
"include": ["**/*", "../../../.sfdx/typings/lwc/**/*.d.ts"],
"paths": {
"c/*": ["*"]
},
"typeAcquisition": {
"include": ["jest"]
}
92 changes: 51 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.8.8",
"prettier-plugin-apex": "1.13.0"
"prettier": "2.5.0",
"prettier-plugin-apex": "1.10.0"
},
"resolutions": {
"minimist": "^1.2.6",
Expand Down

0 comments on commit a95d789

Please sign in to comment.