Skip to content

Commit

Permalink
fis: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Sep 26, 2023
1 parent 585c7f4 commit e94abbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chia/rpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const getBaseRpcOptions = () => {
key = Buffer.from(process.env.CHIA_KEY_BASE64, "base64").toString("ascii");
} else {
let certificateFolderPath =
CONFIG?.GENERAL?.CERTIFICATE_FOLDER_PATH || `${chiaRoot}/config/ssl`;
CONFIG().GENERAL?.CERTIFICATE_FOLDER_PATH || `${chiaRoot}/config/ssl`;

// Replace "~" with home directory if it starts the path
if (certificateFolderPath.startsWith("~")) {
Expand Down

0 comments on commit e94abbe

Please sign in to comment.