Skip to content

Commit

Permalink
chore: clean up Marketo implementation for file upload et al (#3872)
Browse files Browse the repository at this point in the history
chore. clean up marketo implementation for fileupload et al.
  • Loading branch information
utsabc authored Nov 15, 2024
1 parent 12ac3de commit 6554893
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 2,621 deletions.
10 changes: 3 additions & 7 deletions src/util/fetchDestinationHandlers.ts
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
import * as V0MarketoBulkUploadFileUpload from '../v0/destinations/marketo_bulk_upload/fileUpload';
import * as V0MarketoBulkUploadPollStatus from '../v0/destinations/marketo_bulk_upload/poll';
import * as V0MarketoBulkUploadJobStatus from '../v0/destinations/marketo_bulk_upload/fetchJobStatus';

const fileUploadHandlers = {
v0: {
marketo_bulk_upload: V0MarketoBulkUploadFileUpload,
marketo_bulk_upload: undefined,
},
};

const pollStatusHandlers = {
v0: {
marketo_bulk_upload: V0MarketoBulkUploadPollStatus,
marketo_bulk_upload: undefined,
},
};

const jobStatusHandlers = {
v0: {
marketo_bulk_upload: V0MarketoBulkUploadJobStatus,
marketo_bulk_upload: undefined,
},
};

Expand Down
55 changes: 0 additions & 55 deletions src/v0/destinations/marketo_bulk_upload/config.js

This file was deleted.

153 changes: 0 additions & 153 deletions src/v0/destinations/marketo_bulk_upload/fetchJobStatus.js

This file was deleted.

Loading

0 comments on commit 6554893

Please sign in to comment.