mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Undo dot in comment
This commit is contained in:
parent
47377711b8
commit
d9e6b89918
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export function getCombinedCaBundlePath() {
|
|||
const safeChainPem = fs.readFileSync(safeChainPath, "utf8");
|
||||
if (isParsable(safeChainPem)) parts.push(safeChainPem.trim());
|
||||
} catch {
|
||||
// Ignore if Safe Chain CA. is not available
|
||||
// Ignore if Safe Chain CA is not available
|
||||
}
|
||||
|
||||
// 2) certifi (Mozilla CA bundle for all public HTTPS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue