Skip to content

Commit 420eae7

Browse files
committed
Updated import
1 parent 436084b commit 420eae7

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/pipelines/transformations

1 file changed

+1
-1
lines changed

src/content/docs/pipelines/transformations/worker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You will now define transformations inside your Worker. From your Worker project
5555

5656
```ts
5757
// @ts-ignore - just for now :)
58-
import { PipelineTransformationEntrypoint } from 'cloudflare:pipeline-transform'
58+
import { PipelineTransformationEntrypoint } from 'cloudflare:pipelines'
5959

6060
// Define the expected type of raw records that the Pipeline will receive
6161
type InputType = {

0 commit comments

Comments
 (0)