Skip to content

Commit

Permalink
fix: regression of PR #352 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-guggisberg committed Feb 14, 2023
1 parent 7d5e6a0 commit c554f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* governing permissions and limitations under the License.
*/

import { createRequire } from 'node:module';
import { createRequire } from 'module';
import { types } from 'util';
import { Readable } from 'stream';
import tls from 'tls';
Expand Down

0 comments on commit c554f1e

Please sign in to comment.