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 87d9d92 commit a48c1c6Copy full SHA for a48c1c6
components/apiary/actions/publish-blueprint/publish-blueprint.mjs
@@ -22,7 +22,8 @@ export default {
22
apiSubdomain: this.apiSubdomain,
23
});
24
25
- $.export("$summary", `Successfully published the blueprint with the subdomain '${this.apisSubdomain}'`);
+ $.export("$summary", `Successfully published the blueprint with the subdomain '${this.apiSubdomain}'`);
26
+
27
28
return response;
29
},
0 commit comments