Skip to content

Commit

Permalink
fixup: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
phildarnowsky-broad committed Jun 5, 2024
1 parent 2c91e86 commit 942ab5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphql-api/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import config from './config'
import { client as esClient } from './elasticsearch'
import graphQLApi from './graphql/graphql-api'
import logger from './logger'
import { existsSync, readFileSync } from 'fs'

process.on('uncaughtException', (error) => {
logger.error(error)
Expand Down

0 comments on commit 942ab5f

Please sign in to comment.