Skip to content

Commit 7a8222d

Browse files
committed
chore: lint error
1 parent cf166e3 commit 7a8222d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/server/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var utils = {
2424
key: fs.readFileSync(options.getIn(["https", "key"]) || filePath.join(__dirname, "certs/server.key")),
2525
cert: fs.readFileSync(options.getIn(["https", "cert"]) || filePath.join(__dirname, "certs/server.crt")),
2626
ca: fs.readFileSync(options.getIn(["https", "ca"]) || filePath.join(__dirname, "certs/server.csr")),
27-
passphrase: options.getIn(["https", "passphrase"]) || ''
27+
passphrase: options.getIn(["https", "passphrase"]) || ""
2828
};
2929
},
3030
/**

0 commit comments

Comments
 (0)