Skip to content

Commit

Permalink
registering dawn and topsort (#2278)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-ayoub-segment authored Aug 12, 2024
1 parent 4e533a4 commit 83e5b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/destination-actions/src/destinations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ register('6698df634212816c561d3e6a', './aws-s3')
register('669f91bb3f2189462dddb691', './adjust')
register('66a7c28810bbaf446695d27d', './iterable-lists')
register('66b1f528d26440823fb27af9', './webhook-extensible')
register('66ba235ecfcfee29bab517ce', './dawn')
register('66ba237845b93b71bca2713e', './topsort')

function register(id: MetadataId, destinationPath: string) {
// eslint-disable-next-line @typescript-eslint/no-var-requires
Expand Down

0 comments on commit 83e5b6e

Please sign in to comment.