minor
This commit is contained in:
parent
3eab88ab97
commit
21e33c6f62
|
@ -80,7 +80,7 @@ export class IndexedStore implements PermanentIndexedStore {
|
||||||
// fix to clean out extra customs that somehow sometimes appear:
|
// fix to clean out extra customs that somehow sometimes appear:
|
||||||
if (_.isArray(data.profileData.character.customs)) {
|
if (_.isArray(data.profileData.character.customs)) {
|
||||||
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);
|
// console.log('IDX profile', name, data);
|
||||||
|
|
Loading…
Reference in New Issue