Skip to content

Commit 266f61f

Browse files
committed
Eslint fixes
1 parent 32af242 commit 266f61f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/adapter-process/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@scramjet/runner": "^1.0.1",
2222
"@scramjet/utility": "^1.0.1",
2323
"@scramjet/adapters": "1.0.1",
24+
"@scramjet/sth-config": "^1.0.1",
2425
"scramjet": "^4.37.0",
2526
"ws": "^7.3.1"
2627
},

packages/client-utils/src/index.browser.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class ClientUtils extends ClientUtilsBase implements HttpClient {
2020
export class ClientUtilsCustomAgent extends ClientUtilsBase implements HttpClient {
2121
constructor(
2222
apiBase: string,
23-
agent: HttpClient,
23+
_agent: HttpClient,
2424
) {
2525
super(apiBase, window.fetch.bind(window), normalizeUrl);
2626
}

packages/client-utils/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class ClientUtilsCustomAgent extends ClientUtilsBase implements HttpClien
5050
},
5151
normalizeUrl
5252
);
53-
53+
5454
this.agent = agent;
5555
}
5656
}

0 commit comments

Comments
 (0)