Skip to content

Commit 4da4fdc

Browse files
authored
Merge pull request #2799 from xqin/master
support node v14.16 again
2 parents 87ea7ce + 996a637 commit 4da4fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grpc-js/src/resolver-dns.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
registerResolver,
2121
registerDefaultScheme,
2222
} from './resolver';
23-
import { promises as dns } from 'node:dns';
23+
import { promises as dns } from 'dns';
2424
import { extractAndSelectServiceConfig, ServiceConfig } from './service-config';
2525
import { Status } from './constants';
2626
import { StatusObject } from './call-interface';

0 commit comments

Comments
 (0)