diff --git a/project/src/helpers/ProfileHelper.ts b/project/src/helpers/ProfileHelper.ts index 48dd8628..03d80d8f 100644 --- a/project/src/helpers/ProfileHelper.ts +++ b/project/src/helpers/ProfileHelper.ts @@ -673,7 +673,7 @@ export class ProfileHelper { } const rewardToStore: ICustomisationStorage = { - id: hideoutCustomisationDb.id, + id: hideoutCustomisationDb.itemId, source: source, type: hideoutCustomisationDb.type, };