Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunnaye committed Mar 27, 2024
1 parent 03cb382 commit 48ced08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upsertGitHubTag/deployment/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use strict";
import { PutObjectCommand, S3Client } from "@aws-sdk/client-s3";
const { PutObjectCommand, S3Client } = require("@aws-sdk/client-s3");

const url = require("url");
const https = require("https");
Expand Down

0 comments on commit 48ced08

Please sign in to comment.