Fixing wrong variable name
This commit is contained in:
parent
7d9ad57f52
commit
07047ee8cb
@ -317,7 +317,7 @@ export class DnsCore {
|
|||||||
if (stream) {
|
if (stream) {
|
||||||
(<Writable>r).write(res);
|
(<Writable>r).write(res);
|
||||||
} else {
|
} else {
|
||||||
return r;
|
return res;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user