forked from trent_larson/crowd-funder-for-time-pwa
fix many more typescript errors
This commit is contained in:
@@ -54,7 +54,7 @@ export default class ContactQRScanShow extends Vue {
|
||||
apiServer = "";
|
||||
qrValue = "";
|
||||
|
||||
public async getIdentity(activeDid) {
|
||||
public async getIdentity(activeDid: string) {
|
||||
await accountsDB.open();
|
||||
const accounts = await accountsDB.accounts.toArray();
|
||||
const account: Account | undefined = R.find(
|
||||
|
||||
Reference in New Issue
Block a user