Skip to content

Commit 6942648

Browse files
committed
Lint spacing
1 parent fd9c65b commit 6942648

File tree

1 file changed

+1
-0
lines changed
  • api/server/services/Files/S3

1 file changed

+1
-0
lines changed

api/server/services/Files/S3/crud.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ function extractKeyFromS3Url(fileUrlOrKey) {
259259

260260
if (endpoint?.trim() && forcePathStyle) {
261261
const endpointUrl = new URL(endpoint);
262+
262263
const startPos = endpointUrl.pathname.length +
263264
(endpointUrl.pathname.endsWith('/') ? 2 : 1) +
264265
bucketName.length +

0 commit comments

Comments
 (0)