mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: sonar adjustments
This commit is contained in:
parent
b74035979f
commit
ea90b49604
5 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue