diff --git a/learn/store/indexed.ts b/learn/store/indexed.ts index b3ce6e0..a10b836 100644 --- a/learn/store/indexed.ts +++ b/learn/store/indexed.ts @@ -80,7 +80,7 @@ export class IndexedStore implements PermanentIndexedStore { // fix to clean out extra customs that somehow sometimes appear: if (_.isArray(data.profileData.character.customs)) { data.profileData.character.customs = {}; - await this.storeProfile(data.profileData.character); + await this.storeProfile(data.profileData); } // console.log('IDX profile', name, data);