Update src/js/background/sync.js
Co-Authored-By: Jonathan Kingston <jonathan@jooped.co.uk>
This commit is contained in:
parent
f3dfd1d294
commit
10af9abe0d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ const sync = {
|
|||
|
||||
async getDeletedIdentityList() {
|
||||
const storedArray = await this.getStoredItem("deletedIdentityList");
|
||||
return (storedArray) ? storedArray : [];
|
||||
return storedArray || [];
|
||||
},
|
||||
|
||||
async getIdentities() {
|
||||
|
|
Loading…
Add table
Reference in a new issue