Skip to content

Commit

Permalink
chore(storefront): Return variation id when activating theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-jcha committed Apr 20, 2023
1 parent 416c198 commit 027b5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stencil-push.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ utils.requestToApplyVariation = async (options) => {
};

utils.notifyUserOfCompletion = (options, callback) => {
callback(null, 'Stencil Push Finished');
callback(null, `Stencil Push Finished. Variation ID: ${options.variationId}`);
};

module.exports = utils;

0 comments on commit 027b5c0

Please sign in to comment.