Skip to content

Commit 8e360f0

Browse files
committed
refactor: simplify S3 constructor by removing destructuring of log parameter
1 parent a8012f1 commit 8e360f0

File tree

1 file changed

+1
-1
lines changed
  • packages/serverless-offline-s3/src

1 file changed

+1
-1
lines changed

packages/serverless-offline-s3/src/s3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const delay = timeout =>
1010
});
1111

1212
class S3 {
13-
constructor(lambda, resources, options, {log}) {
13+
constructor(lambda, resources, options, log) {
1414
this.lambda = null;
1515
this.resources = null;
1616
this.options = null;

0 commit comments

Comments
 (0)