Skip to content

Commit

Permalink
move require to start of file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Mar 9, 2021
1 parent 4931466 commit ff1c224
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/worker.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* eslint-disable import/first */
require('newrelic');

import {} from 'dotenv/config';
import throng from 'throng';
import { logger, auditLogger } from './logger';
Expand Down

0 comments on commit ff1c224

Please sign in to comment.