Skip to content

Commit dcef174

Browse files
committed
chore: update comment
1 parent 723e398 commit dcef174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export class BlobsServer {
151151
return this.listStores(req, res, rootPath, url.searchParams.get('prefix') ?? '')
152152
}
153153

154-
// If there is no key in the URL, it means a `list` operation.
154+
// If there is no key in the URL, it means we're listing blobs.
155155
if (!key) {
156156
return this.listBlobs({ dataPath, metadataPath, rootPath, req, res, url })
157157
}

0 commit comments

Comments
 (0)