Skip to content

Commit

Permalink
Merge branch 'main' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
andershagbard committed Jul 12, 2023
2 parents a3ff495 + 6dce43a commit 65e7fb7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94766,7 +94766,6 @@ var upload_zip_awaiter = (undefined && undefined.__awaiter) || function (thisArg
const deleteObject = new dist_cjs.DeleteObjectCommand(input);
yield s3.send(putObject);
const src = yield (0,s3_request_presigner_dist_cjs.getSignedUrl)(s3, getObject);
core.info(src);
// Send create theme request
core.info('Creating theme');
const response = yield createTheme(Object.assign({ src }, data)).finally(() => upload_zip_awaiter(void 0, void 0, void 0, function* () {
Expand Down
2 changes: 0 additions & 2 deletions src/actions/parts/upload-zip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ export default async (
await s3.send(putObject);
const src = await getSignedUrl(s3, getObject);

core.info(src);

// Send create theme request
core.info('Creating theme');
const response = await createTheme({
Expand Down

0 comments on commit 65e7fb7

Please sign in to comment.