Skip to content

Commit a48c1c6

Browse files
Update components/apiary/actions/publish-blueprint/publish-blueprint.mjs
Co-authored-by: michelle0927 <[email protected]>
1 parent 87d9d92 commit a48c1c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/apiary/actions/publish-blueprint/publish-blueprint.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export default {
2222
apiSubdomain: this.apiSubdomain,
2323
});
2424

25-
$.export("$summary", `Successfully published the blueprint with the subdomain '${this.apisSubdomain}'`);
25+
$.export("$summary", `Successfully published the blueprint with the subdomain '${this.apiSubdomain}'`);
26+
2627

2728
return response;
2829
},

0 commit comments

Comments
 (0)