forked from jsnbuchanan/crowd-funder-for-time-pwa
make more adjustments to try and get logging to work
This commit is contained in:
@@ -6,6 +6,6 @@ export interface Contact {
|
||||
registered?: boolean;
|
||||
}
|
||||
|
||||
export const ContactsSchema = {
|
||||
export const ContactSchema = {
|
||||
contacts: "&did, name, publicKeyBase64, registered, seesMe",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user