Skip to content

Commit

Permalink
fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Aug 21, 2024
1 parent a16cd55 commit 19c7ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ import { APP_STORE_APP_ID, DEVHUB_APP_ID, DISTRIBUTION_TYPE_DEFAULT_APP } from '
import { getErrorMessage } from '$shared/helpers';
import type { AppToInstall, DistributionInfoV1 } from '$shared/types';
import {
type AdminWindow,
APP_NAME_EXISTS_ERROR,
type EventKeys,
type EventMap,
LOADING_PROGRESS_UPDATE,
type Screen,
type WindowInfoRecord,
} from '$shared/types';

Expand Down Expand Up @@ -294,7 +294,7 @@ export async function factoryResetUtility({
}: {
launcherFileSystem: LauncherFileSystem;
windowInfoMap: WindowInfoRecord;
privilegedLauncherWindows?: Record<Screen, BrowserWindow>;
privilegedLauncherWindows?: Record<AdminWindow, BrowserWindow>;
holochainManagers: Record<string, HolochainManager>;
lairHandle?: ChildProcessWithoutNullStreams;
app: Electron.App;
Expand Down

0 comments on commit 19c7ba7

Please sign in to comment.