mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Fix typo
This commit is contained in:
parent
94e581ceb1
commit
4a73072fa3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const jsEnv = require("browser-or-node")
|
|||
*/
|
||||
module.exports.timeout = 5000
|
||||
|
||||
if (!jsEnv.isNode) {
|
||||
if (jsEnv.isNode) {
|
||||
const dns = require('dns')
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue