Skip to content

Commit 57130a6

Browse files
committed
Remove depth header
1 parent 9aabaa6 commit 57130a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pelican/list.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ const list = async (collectionUrl: string, federation: Federation, namespace?: N
1414
const response = await fetch(objectHttpUrl, {
1515
method: "PROPFIND",
1616
headers: {
17-
"Authorization": `Bearer ${token?.value}`,
18-
"Depth": "4"
17+
"Authorization": `Bearer ${token?.value}`
1918
}
2019
})
2120

0 commit comments

Comments
 (0)