chore: sonar adjustments

This commit is contained in:
Zamitto 2024-12-23 10:50:35 -03:00
parent b74035979f
commit ea90b49604
5 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,7 @@ export class PythonRPC {
private static pythonProcess: cp.ChildProcess | null = null;
public static rpc = axios.create({
public static readonly rpc = axios.create({
baseURL: `http://localhost:${this.RPC_PORT}`,
headers: {
"x-hydra-rpc-password": this.RPC_PASSWORD,