We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e4c75 commit b871368Copy full SHA for b871368
src/implementation/Client/HTTPClient/HTTPClient.ts
@@ -1,8 +1,8 @@
1
import fetch from "node-fetch";
2
import { CommunicationProtocolEnum } from "../../..";
3
import IClient from "../../../interfaces/Client/IClient";
4
-import http from "node:http";
5
-import https from "node:https";
+import http from "http";
+import https from "https";
6
import { DaprClientOptions } from "../../../types/DaprClientOptions";
7
8
export default class HTTPClient implements IClient {
0 commit comments