We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3927259 commit e509fafCopy full SHA for e509faf
src/taskmaster.ts
@@ -1,4 +1,4 @@
1
-import nr from 'newrelic';
+const nr = require('newrelic');
2
import * as amqp from 'amqplib/callback_api'
3
import {Connection} from 'amqplib/callback_api'
4
import {RunJob, RunResult} from './types/job'
0 commit comments