fix: properly support default/fallback in arktype

This commit is contained in:
Aarnav Tale
2025-05-23 16:23:44 -04:00
parent 769674ab07
commit d25e5fd883
3 changed files with 26 additions and 4 deletions
+5
View File
@@ -133,6 +133,11 @@ export default class DockerIntegration extends Integration<T> {
),
});
log.debug(
'config',
'Requesting Docker containers with filters: %s',
qp.toString(),
);
const res = await this.client.request({
method: 'GET',
path: `/v1.30/containers/json?${qp.toString()}`,