Misnamed variable

This commit is contained in:
Skylar Grant 2024-08-15 09:47:34 -04:00
parent 63053d6a87
commit 024d5d1058
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { Communicator, State } from './HestiaClasses.js';
let config;
const psState = new State();
const comms = new Communicator(state);
const comms = new Communicator(psState);
window.onload = async function() {
await fetch('/assets/config.json')