feat: Convert all app files to JS
This commit is contained in:
5
packages/backend/src/apps/salesforce/actions/index.js
Normal file
5
packages/backend/src/apps/salesforce/actions/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import createAttachment from './create-attachment/index.js';
|
||||
import executeQuery from './execute-query/index.js';
|
||||
import findRecord from './find-record/index.js';
|
||||
|
||||
export default [findRecord, createAttachment, executeQuery];
|
Reference in New Issue
Block a user