fix linting

This commit is contained in:
2025-06-18 16:33:55 -06:00
parent 20ade415dc
commit c4a54967bc
4 changed files with 14 additions and 13 deletions

View File

@@ -672,7 +672,9 @@ export default class ContactQRScanShow extends Vue {
}
async onCopyUrlToClipboard() {
const account = await libsUtil.retrieveFullyDecryptedAccount(this.activeDid) as Account;
const account = (await libsUtil.retrieveFullyDecryptedAccount(
this.activeDid,
)) as Account;
const jwtUrl = await generateEndorserJwtUrlForAccount(
account,
this.isRegistered,