Skip to content

Commit

Permalink
fix(1541): Provide a template for removeHeaders EIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tplevko committed Oct 9, 2024
1 parent f95f50e commit 4848cc5
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ export class CamelComponentDefaultService {
message: "\${body}"
`);

case 'removeHeaders':
return parse(`

Check warning on line 137 in packages/ui/src/models/visualization/flows/support/camel-component-default.service.ts

View check run for this annotation

Codecov / codecov/patch

packages/ui/src/models/visualization/flows/support/camel-component-default.service.ts#L136-L137

Added lines #L136 - L137 were not covered by tests
removeHeaders:
id: ${getCamelRandomId('removeHeaders')}
pattern: "*"
`);

case 'doCatch':
return parse(`
id: ${getCamelRandomId('doCatch')}
Expand Down

0 comments on commit 4848cc5

Please sign in to comment.