Misnamed variable
This commit is contained in:
parent
63053d6a87
commit
024d5d1058
@ -1,7 +1,7 @@
|
|||||||
import { Communicator, State } from './HestiaClasses.js';
|
import { Communicator, State } from './HestiaClasses.js';
|
||||||
let config;
|
let config;
|
||||||
const psState = new State();
|
const psState = new State();
|
||||||
const comms = new Communicator(state);
|
const comms = new Communicator(psState);
|
||||||
|
|
||||||
window.onload = async function() {
|
window.onload = async function() {
|
||||||
await fetch('/assets/config.json')
|
await fetch('/assets/config.json')
|
||||||
|
Loading…
Reference in New Issue
Block a user