Skip to content

Commit

Permalink
Rename everything
Browse files Browse the repository at this point in the history
  • Loading branch information
1v4n4 committed Sep 2, 2024
1 parent 2cec9e0 commit b4c0066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/crm/cr-hateaid.ts → src/crm/cleverreach.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
ActionMessage,
handleResult
} from "../crm";
import { getToken, postContact } from "./cr-hateaid/client";
import { getToken, postContact } from "./cleverreach/client";

class cleverreachCRM extends CRM {
constructor(opt: {}) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const secret = process.env.CRM_SECRET;
const apiUrl = process.env.CRM_URL;
const listId = process.env.CRM_LIST_ID;

if (!authUrl || !ID || !tokenUrl || !apiUrl) {
if (!authUrl || !tokenUrl || !ID || !tokenUrl || !apiUrl) {
console.error("No credentials");
process.exit(1);
}
Expand Down

0 comments on commit b4c0066

Please sign in to comment.