Skip to content

Commit

Permalink
Add missing export to civi contact loader
Browse files Browse the repository at this point in the history
  • Loading branch information
johntwyman committed Aug 7, 2024
1 parent bcaca1e commit 23083a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/contact-loaders/civicrm/const.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const ENVIRONMENTAL_VARIABLES_OPTIONAL = [

export const CIVICRM_CONTACT_LOADER = "civicrm";
export const CIVICRM_ACTION_HANDLER_ADDGROUP = "civicrm-addtogroup";
export const CIVICRM_ACTION_HANDLER_ADDPENDINGNOTE = "civicrm-addpendingnote";
export const CIVICRM_ACTION_HANDLER_ADDTAG = "civicrm-addtag";
export const CIVICRM_ACTION_HANDLER_REGISTEREVENT = "civicrm-registerevent";
export const CIVICRM_ACTION_HANDLER_SENDEMAIL = "civicrm-sendemail";

0 comments on commit 23083a2

Please sign in to comment.