We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87ea7ce + 996a637 commit 4da4fdcCopy full SHA for 4da4fdc
packages/grpc-js/src/resolver-dns.ts
@@ -20,7 +20,7 @@ import {
20
registerResolver,
21
registerDefaultScheme,
22
} from './resolver';
23
-import { promises as dns } from 'node:dns';
+import { promises as dns } from 'dns';
24
import { extractAndSelectServiceConfig, ServiceConfig } from './service-config';
25
import { Status } from './constants';
26
import { StatusObject } from './call-interface';
0 commit comments