Skip to content

Commit 4531299

Browse files
committed
✨ update Veeam route to pass the new params
Issue: CLDSRV-813
1 parent 29fee54 commit 4531299

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/routes/veeam/list.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function buildXMLResponse(request, arrayOfFiles, versioned = false) {
2525
prefix: validPath,
2626
maxKeys: parsedQs['max-keys'] || 1000,
2727
delimiter: '/',
28+
optionalAttributes: [],
2829
};
2930
const list = {
3031
IsTruncated: false,

0 commit comments

Comments
 (0)