We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8012f1 commit 8e360f0Copy full SHA for 8e360f0
packages/serverless-offline-s3/src/s3.js
@@ -10,7 +10,7 @@ const delay = timeout =>
10
});
11
12
class S3 {
13
- constructor(lambda, resources, options, {log}) {
+ constructor(lambda, resources, options, log) {
14
this.lambda = null;
15
this.resources = null;
16
this.options = null;
0 commit comments