Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/src/os/services/auth/onboarding.service.ts
Original file line number Diff line number Diff line change
@@ -562,8 +562,7 @@ export class OnboardingService extends AbstractService<OnboardingUpdateTypes> {
// reject(err);
});
console.log('_openConduit: init');
await conduit.init(serverUrl, serverCode, cookie);
// });
return conduit.init(serverUrl, serverCode, cookie);
}

private _createShipDB(
3 changes: 2 additions & 1 deletion app/src/renderer/lib/offline.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { ConduitState } from 'os/services/api/types';
import { AppStateType } from 'renderer/stores/app.store';
import { RealmIPC } from 'renderer/stores/ipc';

@@ -14,6 +15,6 @@ export const watchOnlineStatus = (appState: AppStateType) => {
console.log('offline detected, cleaning up...');
// MainIPC.disconnect();
appState.setOnline(false);
RealmIPC.setConduitStatus('no-internet');
RealmIPC.setConduitStatus('no-internet' as ConduitState);
});
};

1 comment on commit 909b307

@vercel
Copy link

@vercel vercel bot commented on 909b307 Jun 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gdbroman is attempting to deploy a commit to the Holium Team on Vercel.

To accomplish this, @gdbroman needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

Please sign in to comment.