Skip to content

Commit

Permalink
fix exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Kochar committed Nov 29, 2024
1 parent 50d446a commit a95663a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { Payload } from './generated-types'
import { CONSTANTS, RecordsResponseType, REGEX_EXTERNALUSERID } from '../utils'
import { createHash } from 'crypto'
import { AudienceRecord, HashedPIIObject } from '../types'
import { PayloadValidationError } from '@segment/actions-core/'
import { PayloadValidationError } from '@segment/actions-core'

const action: ActionDefinition<Settings, Payload> = {
title: 'Sync Audiences to DSP',
Expand Down

0 comments on commit a95663a

Please sign in to comment.