Skip to content

Commit c2f7f1f

Browse files
committed
Put commas everywhere
1 parent db5241c commit c2f7f1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
'use strict'
22

33

4-
const AWS = require('aws-sdk')
4+
const AWS = require('aws-sdk');
55
const S3 = new AWS.S3({signatureVersion: 'v4'});
66
const Sharp = require('sharp');
77
const PathPattern = /(.*\/)?(.*)\/(.*)/;
88

99
// parameters
10-
const {BUCKET, URL} = process.env
10+
const {BUCKET, URL} = process.env;
1111

1212

1313
exports.handler = async (event) => {
@@ -44,7 +44,7 @@ exports.handler = async (event) => {
4444
break;
4545
case 'min':
4646
fit = 'outside';
47-
break
47+
break;
4848
default:
4949
fit = 'cover';
5050
break;

0 commit comments

Comments
 (0)