We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe9656 commit 0b699b7Copy full SHA for 0b699b7
components/walletap/actions/get-pass/get-pass.mjs
@@ -27,7 +27,7 @@ export default {
27
},
28
});
29
30
- $.export("$summary", `Successfully retrieved pass with id: ${response.id}`);
+ $.export("$summary", `Successfully retrieved pass with ID: ${response.id}`);
31
return response;
32
33
};
0 commit comments