diff --git a/src/utils/node.ts b/src/utils/node.ts index 3866aa2..0a32736 100644 --- a/src/utils/node.ts +++ b/src/utils/node.ts @@ -186,7 +186,7 @@ export const getDevice = (snapshot: Snapshot): Device => { export const getAppInfo = (snapshot: Snapshot): AppInfo => { return ( - snapshot.appInInfo || { + snapshot.appInfo || { id: snapshot.appId, name: snapshot.appName, versionCode: snapshot.appVersionCode, diff --git a/src/utils/types.ts b/src/utils/types.ts index 09ce11b..7d9a4a4 100644 --- a/src/utils/types.ts +++ b/src/utils/types.ts @@ -68,7 +68,7 @@ export type Overview = { screenHeight: number; isLandscape: boolean; - appInInfo: AppInfo; + appInfo: AppInfo; gkdAppInfo: AppInfo; /**