Skip to content

Commit ca49906

Browse files
committed
fixed imports
1 parent eeea924 commit ca49906

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
@@ -8,7 +8,7 @@ head:
88
content: Transformations - Custom Workers
99
---
1010

11-
import { Render, PackageManagers } from "~/components";
11+
import { Render, PackageManagers, WranglerConfig } from "~/components";
1212

1313
You can use a Worker as a step in your Pipeline. Worker transformations are useful to filter, or enrich, incoming data. Worker transformations run in the middle of a Pipeline: after records are ingested, but before records are written out to the destination.
1414

0 commit comments

Comments
 (0)