feature/Reynolds-and-Reynolds-DMS-API-Integration -Expand

This commit is contained in:
Dave
2025-10-01 14:46:41 -04:00
parent 10d3b4a485
commit e737af2d41
2 changed files with 0 additions and 8 deletions

View File

@@ -1,5 +1,3 @@
// server/rr/rr-helpers.js
/**
* RR (Reynolds & Reynolds) helper module
* - Loads env (.env.{NODE_ENV})
@@ -11,11 +9,6 @@
* - Exports everything needed by rr-* feature files
*/
const path = require("path");
require("dotenv").config({
path: path.resolve(process.cwd(), `.env.${process.env.NODE_ENV || "development"}`)
});
const uuid = require("uuid").v4;
const AxiosLib = require("axios").default;
const axios = AxiosLib.create();

View File

@@ -1,5 +1,4 @@
const GraphQLClient = require("graphql-request").GraphQLClient;
const _ = require("lodash");
const moment = require("moment-timezone");
const CalculateAllocations = require("../cdk/cdk-calculate-allocations").default; // reuse allocations