File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff 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 /*
You can’t perform that action at this time.
0 commit comments