From d8c46753b1568a8263f386b7d2600ebde354c2e7 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:22:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=8D=82=20branch.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/backfill-sessions/index.js | 1 + src/commands/branch/branch.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/commands/backfill-sessions/index.js b/src/commands/backfill-sessions/index.js index 9627ea7..01e6d3f 100644 --- a/src/commands/backfill-sessions/index.js +++ b/src/commands/backfill-sessions/index.js @@ -1,2 +1,3 @@ export default { isEnabled: () => false, isHidden: true, name: 'stub' }; + diff --git a/src/commands/branch/branch.ts b/src/commands/branch/branch.ts index 5d7262e..b42248c 100644 --- a/src/commands/branch/branch.ts +++ b/src/commands/branch/branch.ts @@ -295,3 +295,4 @@ export async function call( } } +