diff --git a/src/utils/desktopDeepLink.ts b/src/utils/desktopDeepLink.ts index 715ed76..29612f2 100644 --- a/src/utils/desktopDeepLink.ts +++ b/src/utils/desktopDeepLink.ts @@ -234,3 +234,4 @@ export async function openCurrentSessionInDesktop(): Promise<{ return { success: true, deepLinkUrl } } +