From 52af19ae067a4bbf0b5c806a15f37d663feb53ff Mon Sep 17 00:00:00 2001 From: sliezz Date: Sun, 5 Jan 2025 17:07:46 +0700 Subject: [PATCH] prettier fix3 --- app/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/index.ts b/app/main/index.ts index 8d94faf6b..ac3508500 100644 --- a/app/main/index.ts +++ b/app/main/index.ts @@ -210,7 +210,7 @@ function createMainWindow(): BrowserWindow { const allowNtlmCredentialsForDomains = EnterpriseUtil.getConfigItem( "allowNtlmCredentialsForDomains", - [] + [], ); for (const domain of allowNtlmCredentialsForDomains) { ses.allowNTLMCredentialsForDomains(domain);