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