@gallop.software/studio 1.0.1 → 1.0.2

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.
@@ -1234,6 +1234,7 @@ async function handleReprocess(request) {
1234
1234
  }
1235
1235
  }
1236
1236
  const updatedEntry = await processImage(buffer, imageKey);
1237
+ updatedEntry.p = 1;
1237
1238
  if (isInOurR2) {
1238
1239
  updatedEntry.c = existingCdnIndex;
1239
1240
  await uploadToCdn(imageKey);