Skip to content

Commit

Permalink
Imports hashing functions with the same syntax as other imports from …
Browse files Browse the repository at this point in the history
…actions-core (#2700)
  • Loading branch information
nick-Ag authored Jan 21, 2025
1 parent baf2c0a commit 3ccfe18
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { RequestClient, ExecuteInput } from '@segment/actions-core'
import { RequestClient, ExecuteInput, sha1Hash, sha256SmartHash } from '@segment/actions-core'
import type { Payload as s3Payload } from './audienceEnteredS3/generated-types'
import type { Payload as sftpPayload } from './audienceEnteredSftp/generated-types'
import { sha1Hash, sha256SmartHash } from '@segment/actions-core/hashing-utils'

// Type definitions
export type RawData = {
Expand Down

0 comments on commit 3ccfe18

Please sign in to comment.