Skip to content

Commit 82f4d1a

Browse files
authored
Merge pull request #3 from Aleffio/test-for-pr
test for pr
2 parents 925d04e + 2fd53f6 commit 82f4d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Config from "./config";
22
import HttpURLConnectionClient from "./httpClient/httpURLConnectionClient";
33
import { version } from "../package.json";
4-
import ClientInterface from "./httpClient/clientInterface";
4+
import ClientInterface from "./httpClient/clientInterface";//asdasdasd
55

66
type ClientParametersOverload =
77
| { config: Config }

0 commit comments

Comments
 (0)