Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Dschoordsch committed Dec 10, 2024
1 parent 6e11a7a commit 660028e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/listenHandler.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {us_listen_socket} from 'uWebSockets.js'
import getGraphQLExecutor from './utils/getGraphQLExecutor'
import {Logger} from './utils/Logger'
import serverHealthChecker from './utils/serverHealthChecker'
import sendToSentry from './utils/sendToSentry'
import serverHealthChecker from './utils/serverHealthChecker'

const listenHandler = (listenSocket: us_listen_socket) => {
const PORT = Number(__PRODUCTION__ ? process.env.PORT : process.env.SOCKET_PORT)
Expand Down

0 comments on commit 660028e

Please sign in to comment.