From 0cfb41755a3cf5bc39cd65e45e02418c245fa793 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Thu, 27 Jun 2024 00:21:32 -0400 Subject: lint --- frontend/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/index.ts') diff --git a/frontend/src/index.ts b/frontend/src/index.ts index 1039fb23..4ea22318 100644 --- a/frontend/src/index.ts +++ b/frontend/src/index.ts @@ -7,7 +7,7 @@ interface Window { (async () => { // Wait for react to definitely be loaded while (!window.webpackChunksteamui || window.webpackChunksteamui <= 3) { - await new Promise(r => setTimeout(r, 10)); // Can't use DFL sleep here. + await new Promise((r) => setTimeout(r, 10)); // Can't use DFL sleep here. } if (!window.SP_REACT) { -- cgit v1.2.3