There was an error while loading. Please reload this page.
1 parent 8372204 commit a02ce44Copy full SHA for a02ce44
1 file changed
index.js
@@ -114,8 +114,8 @@ async function runQueuePublish(options = {}) {
114
const queueClient = await _initQueueClient(appConfig, appLogger);
115
const queue = "analytics-reporter-job-queue";
116
117
- for (const reportConfig of reportConfigs) {
118
- for (const agency of agencies) {
+ for (const agency of agencies) {
+ for (const reportConfig of reportConfigs) {
119
process.env.AGENCY_NAME = agency.agencyName;
120
const reportLogger = Logger.initialize(appConfig, reportConfig);
121
try {
0 commit comments