This commit is contained in:
Mr. Stallion 2023-07-07 17:03:27 -07:00
parent 3eab88ab97
commit 21e33c6f62
1 changed files with 1 additions and 1 deletions

View File

@ -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);