feature/IO-3255-simplified-parts-management - Remove unnecessary dotenv calls / fix import bug

This commit is contained in:
Dave
2025-08-21 11:57:12 -04:00
parent 70fa638c37
commit d690790dfe
3 changed files with 2 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ require("dotenv").config({
const { omit } = require("lodash");
const gqlClient = require("./server/graphql-client/graphql-client").client;
const getClient = require("./libs/awsUtils");
const { getClient } = require("./libs/awsUtils");
async function OpenSearchUpdateHandler(req, res) {
try {