Skip to content

Commit

Permalink
Use non-wildcard imports in mappersmith gateway (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
riyadhalnur authored Jan 30, 2025
1 parent c0fb300 commit 37a5180
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gateway/http.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as url from 'url'
import * as http from 'http'
import * as https from 'https'
import url from 'url'
import http from 'http'
import https from 'https'

import { assign } from '../utils/index'
import { Gateway } from './gateway'
Expand Down

0 comments on commit 37a5180

Please sign in to comment.