Skip to content

Commit fe042a5

Browse files
Fix: New relic alert
1 parent 47f34aa commit fe042a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import restify from 'restify'
21
require('newrelic');
2+
import restify from 'restify'
33
import cluster from 'cluster'
44
import { graphqlRestify, graphiqlRestify } from 'apollo-server-restify'
55
require('./src/config/database')

0 commit comments

Comments
 (0)