Skip to content

Commit

Permalink
sync with main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 28, 2024
1 parent f50526e commit f042dd0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,12 @@
sendRequest(
window.api.method,
window.api.url,
window.api.formatPayload(path /*'', { orderby: orderby }*/),
window.api.formatPayload(
path,
window.fileCache.get(`${path}/.password`),
// Orderby is not working, do not send it.
// { orderby: orderby }
),
window.api.headers,
(data) => {
try {
Expand Down

0 comments on commit f042dd0

Please sign in to comment.