From 6d2e9365c0fb1bea804743245d79a5b97e3af108 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 21 Feb 2024 01:08:25 -0500 Subject: more major websocket progress --- frontend/src/steamfixes/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'frontend/src/steamfixes') diff --git a/frontend/src/steamfixes/index.ts b/frontend/src/steamfixes/index.ts index fe0e3e05..45f07b2a 100644 --- a/frontend/src/steamfixes/index.ts +++ b/frontend/src/steamfixes/index.ts @@ -1,5 +1,5 @@ -import reloadFix from './reload'; -import restartFix from './restart'; +// import reloadFix from './reload'; +// import restartFix from './restart'; let fixes: Function[] = []; export function deinitSteamFixes() { @@ -7,6 +7,6 @@ export function deinitSteamFixes() { } export async function initSteamFixes() { - fixes.push(await reloadFix()); - fixes.push(await restartFix()); + // fixes.push(await reloadFix()); + // fixes.push(await restartFix()); } -- cgit v1.2.3