Skip to content

Commit

Permalink
Provide sane default output configuration for new pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
robknight committed Jul 20, 2024
1 parent b542736 commit ab85028
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,9 @@ export default function PODPipelineBuilder(
outputs: {
pod1: {
pcdType: PODPipelinePCDTypes.PODPCD,
entries: {
email: {
type: "string",
source: {
type: "input",
name: "email"
}
}
entries: {},
match: {
type: "none"
}
}
},
Expand Down

0 comments on commit ab85028

Please sign in to comment.