Skip to content

Commit

Permalink
Include null parameter to getUntrackedFiles to retrieve full tree.
Browse files Browse the repository at this point in the history
Fixes #1515 due to the new progressive loading leaving those files
out of the comparison.
  • Loading branch information
nellh committed Feb 13, 2020
1 parent e4fb945 commit 0eaf001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openneuro-client/src/datasets.js
Expand Up @@ -78,7 +78,7 @@ export const getUntrackedFiles = gql`
id
draft {
id
files(untracked: true) {
files(untracked: true, prefix: null) {
filename
size
}
Expand Down

0 comments on commit 0eaf001

Please sign in to comment.