We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1ec09 commit df37b16Copy full SHA for df37b16
1 file changed
src/utils/localstack-instance.ts
@@ -131,7 +131,6 @@ function getLocalStackStatus(
131
}
132
133
if (containerStatus === "running" && healthStatus === undefined) {
134
- // return previousStatus;
135
return undefined;
136
137
0 commit comments