From 21e33c6f627722b8abf2ea0d841304c85a98dcc4 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Fri, 7 Jul 2023 17:03:27 -0700 Subject: [PATCH] minor --- learn/store/indexed.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);