forked from jsnbuchanan/crowd-funder-for-time-pwa
remove IndexedDB keys that shouldn't be keys, and remove unused table, and add commentary
This commit is contained in:
@@ -7,5 +7,5 @@ export interface Contact {
|
||||
}
|
||||
|
||||
export const ContactSchema = {
|
||||
contacts: "&did, name, publicKeyBase64, registered, seesMe",
|
||||
contacts: "&did, name", // no need to key by publicKeyBase64, registered, seesMe
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user