Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravudia committed Jul 24, 2024
1 parent 30fa9fb commit 0ffaf6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cdk/v2/destinations/cordial/procWorkflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ steps:
$.assertConfig(.destination.Config.apiKey, "API Key is not present. Aborting");
$.assertConfig(.destination.Config.apiBaseUrl, "API Base URl is not present. Aborting");
- name: validateMessageType
- name: validateMessageType
template: |
let messageType = $.context.messageType;
$.assert(messageType, "message Type is not present. Aborting");
Expand All @@ -56,7 +56,7 @@ steps:
- name: validateEventPayload
template: |
$.assert($.outputs.getContactId || $.outputs.getContactEmail, "Either one of cordial contact id or email is required. Aborting");
$.assert($.outputs.getContactId || $.outputs.getContactEmail, "Either one of cordial contact id or email is required. Aborting");
- name: buildIdentifyPayload
condition: $.context.messageType in [{{$.EventType.IDENTIFY}}]
Expand Down

0 comments on commit 0ffaf6d

Please sign in to comment.