Skip to content

Commit b871368

Browse files
Remove node from module import
Signed-off-by: Xavier Geerinck <[email protected]>
1 parent b2e4c75 commit b871368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/implementation/Client/HTTPClient/HTTPClient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import fetch from "node-fetch";
22
import { CommunicationProtocolEnum } from "../../..";
33
import IClient from "../../../interfaces/Client/IClient";
4-
import http from "node:http";
5-
import https from "node:https";
4+
import http from "http";
5+
import https from "https";
66
import { DaprClientOptions } from "../../../types/DaprClientOptions";
77

88
export default class HTTPClient implements IClient {

0 commit comments

Comments
 (0)