Skip to content

Commit 20f32d2

Browse files
committed
wip
1 parent 30a5a71 commit 20f32d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/localstack-status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function getLocalStackStatus(
8181
}
8282
}
8383

84-
async function fetchHealth(outputChannel: LogOutputChannel): Promise<boolean> {
84+
async function fetchHealth(): Promise<boolean> {
8585
// Abort the fetch if it takes more than 500ms.
8686
const controller = new AbortController();
8787
setTimeout(() => controller.abort(), 500);

0 commit comments

Comments
 (0)