From 3e9c22ba3b0b6ace7c49f5b8a5836dab503f506e Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=9C=EF=B8=8F=20preconditions.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/background/remote/preconditions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/background/remote/preconditions.ts b/src/utils/background/remote/preconditions.ts index a7b229b..66b4eb8 100644 --- a/src/utils/background/remote/preconditions.ts +++ b/src/utils/background/remote/preconditions.ts @@ -233,3 +233,4 @@ export async function checkRepoForRemoteAccess( } return { hasAccess: false, method: 'none' } } +