Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Aug 11, 2024
1 parent e79654b commit 08f2c67
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/startup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ import { getDefaultRelays } from "./nostr/relays";
import { startUserOnboarding } from "./onboarding";
import { startWelcomeSequence } from "./welcome";

// This is supported by parcel, our build system, but not recognised by
// typescript, so we declare it here so that we can use it below.

declare const process;

export const startup = async () => {
const isLoggedIn = await hasPrivateKey();

Expand Down

0 comments on commit 08f2c67

Please sign in to comment.