refactor(salesforce): replace object with record

This commit is contained in:
Ali BARIN
2022-11-05 15:33:08 +01:00
parent 276b1ef4cd
commit 08bfb953de
3 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
import updatedFieldInObjects from "./updated-field-in-objects";
import updatedFieldInRecords from "./updated-field-in-records";
export default [
updatedFieldInObjects
updatedFieldInRecords
];