Skip to content

Commit 0b699b7

Browse files
authored
Update components/walletap/actions/get-pass/get-pass.mjs
1 parent ebe9656 commit 0b699b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/walletap/actions/get-pass/get-pass.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
},
2828
});
2929

30-
$.export("$summary", `Successfully retrieved pass with id: ${response.id}`);
30+
$.export("$summary", `Successfully retrieved pass with ID: ${response.id}`);
3131
return response;
3232
},
3333
};

0 commit comments

Comments
 (0)