Skip to content

Commit e509faf

Browse files
committed
import fix
1 parent 3927259 commit e509faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/taskmaster.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import nr from 'newrelic';
1+
const nr = require('newrelic');
22
import * as amqp from 'amqplib/callback_api'
33
import {Connection} from 'amqplib/callback_api'
44
import {RunJob, RunResult} from './types/job'

0 commit comments

Comments
 (0)