We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb58fbc commit c9fc8b2Copy full SHA for c9fc8b2
packages/grpc-js/src/resolver-dns.ts
@@ -20,7 +20,7 @@ import {
20
registerResolver,
21
registerDefaultScheme,
22
} from './resolver';
23
-import * as dns from 'dns/promises';
+import { promises as dns } from 'node:dns';
24
import { extractAndSelectServiceConfig, ServiceConfig } from './service-config';
25
import { Status } from './constants';
26
import { StatusObject } from './call-interface';
0 commit comments