Skip to content

Commit

Permalink
add ts-ignore on dynamic require
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJONSSON committed Jul 31, 2024
1 parent 55cd0ca commit ef9e2bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Open/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ module.exports = {
return directory(source, options);
},
s3_v3: function (client, params, options) {
//@ts-ignore
const { GetObjectCommand, HeadObjectCommand } = require('@aws-sdk/client-s3');
const source = {
size: async () => {
Expand Down

0 comments on commit ef9e2bf

Please sign in to comment.