Skip to content

Commit

Permalink
Merge pull request #1094 from bc-jcha/MERC-9452
Browse files Browse the repository at this point in the history
fix(storefront): MERC-9452 Return variation id when activating theme
  • Loading branch information
bc-jcha authored Apr 25, 2023
2 parents 416c198 + 027b5c0 commit 0926e81
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 0926e81

Please sign in to comment.