Skip to content

Commit

Permalink
chore: checkin file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcosta7 committed Nov 1, 2023
1 parent 83347ff commit 6c98859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/SetupServerApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { mergeRight } from '~/core/utils/internal/mergeRight'
import { handleRequest } from '~/core/utils/handleRequest'
import { devUtils } from '~/core/utils/internal/devUtils'
import { SetupServer } from './glossary'
import { isNodeExceptionLike } from './utils/isNodeException'
import { isNodeExceptionLike } from './utils/isNodeExceptionLike'

const DEFAULT_LISTEN_OPTIONS: RequiredDeep<SharedOptions> = {
onUnhandledRequest: 'warn',
Expand Down

0 comments on commit 6c98859

Please sign in to comment.