Skip to content

Commit bede9ef

Browse files
committed
chore: format.
1 parent 3fd1e12 commit bede9ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • infrastructure/eid-wallet/src/routes/(app)/personal

infrastructure/eid-wallet/src/routes/(app)/personal/+page.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ onMount(() => {
189189
const localPendingIds = new Set(
190190
localPending.map((p) => p.metaEnvelopeId),
191191
);
192-
const allCached = await getCachedPhotosForEname(currentEname);
192+
const allCached =
193+
await getCachedPhotosForEname(currentEname);
193194
await Promise.all(
194195
allCached
195196
.filter(

0 commit comments

Comments
 (0)