From 1eb82e051c23deafb50936a6cf9cb341b21f95a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Lis=C3=A9?= Date: Thu, 27 Apr 2023 11:34:47 -0700 Subject: [PATCH] BRS-1139: Updating file references. (#148) --- lambda/export/invokable/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/export/invokable/index.js b/lambda/export/invokable/index.js index a7be8de..25a9ad4 100644 --- a/lambda/export/invokable/index.js +++ b/lambda/export/invokable/index.js @@ -14,7 +14,7 @@ const { EXPORT_MONTHS, CSV_SYSADMIN_SCHEMA, STATE_DICTIONARY, -} = require("../constants"); +} = require("../../constants"); const { updateJobEntry } = require("../../functions"); const { logger } = require("../../logger");