Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit d5f348c

Browse files
committed
fix badge
1 parent 266ee4b commit d5f348c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/renderer/types/userTypes.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AccountTypeEnum, UserPreferenceKey } from 'renderer/lib/constants';
1+
import { AccountTypeEnum, UserPreferenceKey } from '../lib/constants';
22
import {
33
AssistantCookbook,
44
AssistantRecipesCountPerLanguage,
@@ -118,7 +118,7 @@ export interface User {
118118
numberOfAuthoredRecipes?: number;
119119
info?: UserInfo;
120120
statistics?: AssistantUserStatistics;
121-
badges?: AssistantUserBadges & BadgesType;
121+
badges?: AssistantUserBadges;
122122
hasSubscription?: boolean;
123123
allowedNumberOfProjects?: number;
124124
remainingAnalysisQuota?: number;
@@ -158,7 +158,7 @@ export interface PublicUser {
158158
city?: string;
159159
country?: string;
160160
statistics?: AssistantUserStatistics;
161-
badges?: AssistantUserBadges & BadgesType;
161+
badges?: AssistantUserBadges;
162162
hasSubscription?: boolean;
163163
allowedNumberOfProjects?: number;
164164
remainingAnalysisQuota?: number;

0 commit comments

Comments
 (0)