Skip to content

Commit e68df53

Browse files
committed
fix: format
1 parent cb92d4b commit e68df53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/modules/helloWorld/GrantAccess.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,10 @@ const grantAccess = async () => {
156156
grantedAccess.value = grantedAccessResult; // Store the result in the reactive variable
157157
} catch (error) {
158158
grantError.value = error.message;
159-
console.error('Error granting access. Did you enter a correct app address?', error);
159+
console.error(
160+
'Error granting access. Did you enter a correct app address?',
161+
error
162+
);
160163
} finally {
161164
isLoadingGrant.value = false;
162165
}

0 commit comments

Comments
 (0)