Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
instification committed Jul 18, 2023
1 parent 4dadbd6 commit c38cdf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/express-middleware/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const HEADERS = [
'Content-Range',
'Content-Type',
'X-Sendfile',
'X-Accell-Redirect'
'X-Accell-Redirect',
];

function filesMiddlewareFn(req, res, next) {
Expand Down
2 changes: 1 addition & 1 deletion src/express-middleware/images.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const HEADERS = [
'content-disposition',
'cache-control',
'X-Sendfile',
'X-Accel-Redirect'
'X-Accel-Redirect',
];

function imageMiddlewareFn(req, res, next) {
Expand Down

0 comments on commit c38cdf8

Please sign in to comment.