Skip to content

Commit

Permalink
Fix typo in const import
Browse files Browse the repository at this point in the history
  • Loading branch information
johntwyman committed Aug 7, 2024
1 parent 23083a2 commit d1c17e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/action-handlers/civicrm-addpendingnote.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getConfig } from "../../server/api/lib/config";
import {
ENVIRONMENTAL_VARIABLES_MANDATORY,
CIVICRM_CONTACT_LOADER,
CIVICRM_ACTION_HANDLER_ADDTAG
CIVICRM_ACTION_HANDLER_ADDPENDINGNOTE
} from "../contact-loaders/civicrm/const";

export const name = CIVICRM_ACTION_HANDLER_ADDPENDINGNOTE;
Expand Down

0 comments on commit d1c17e8

Please sign in to comment.