Skip to content

Commit

Permalink
Merge pull request #3 from Aleffio/test-for-pr
Browse files Browse the repository at this point in the history
test for pr
  • Loading branch information
Aleffio authored Sep 25, 2023
2 parents 925d04e + 2fd53f6 commit 82f4d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Config from "./config";
import HttpURLConnectionClient from "./httpClient/httpURLConnectionClient";
import { version } from "../package.json";
import ClientInterface from "./httpClient/clientInterface";
import ClientInterface from "./httpClient/clientInterface";//asdasdasd

type ClientParametersOverload =
| { config: Config }
Expand Down

0 comments on commit 82f4d1a

Please sign in to comment.