@blocklet/pages-kit-block-studio 0.4.69 → 0.4.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -137,6 +137,7 @@ exports.initBlockStudioRouter.post('/', async (req, res) => {
137
137
  await (0, helper_1.downloadAsset)({
138
138
  asset: content.previewImage,
139
139
  savePath: previewImagePath,
140
+ // current blocklet did
140
141
  componentDid: process.env.BLOCKLET_COMPONENT_DID || '',
141
142
  });
142
143
  }