Skip to content

Commit 5abce3c

Browse files
committed
Update index.ts
1 parent ba0b275 commit 5abce3c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/index.ts

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,14 @@ class HawkAPI {
220220
if (
221221
![process.env.TLS_CA_CERT, process.env.TLS_CERT, process.env.TLS_KEY].some(value => value === undefined || value.length === 0)
222222
) {
223-
// tlsVerify is used for accounting SDK (currently commented out)
224-
// const tlsVerify = {
225-
// tlsCaCertPath: `${process.env.TLS_CA_CERT}`,
226-
// tlsCertPath: `${process.env.TLS_CERT}`,
227-
// tlsKeyPath: `${process.env.TLS_KEY}`,
228-
// };
223+
/*
224+
* tlsVerify is used for accounting SDK (currently commented out)
225+
* const tlsVerify = {
226+
* tlsCaCertPath: `${process.env.TLS_CA_CERT}`,
227+
* tlsCertPath: `${process.env.TLS_CERT}`,
228+
* tlsKeyPath: `${process.env.TLS_KEY}`,
229+
* };
230+
*/
229231
}
230232

231233
/*

0 commit comments

Comments
 (0)