Skip to content

Commit

Permalink
Merge pull request #3243 from OpenNeuroOrg/snapshot-validation-resolver
Browse files Browse the repository at this point in the history
fix(api): Correct return format for snapshotValidation resolver
  • Loading branch information
nellh authored Dec 2, 2024
2 parents 9063c9a + ef12b8a commit fb378f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const snapshotValidation = async (snapshot) => {
datasetId,
})
.exec()
.then((data) => (data ? data.issues : null))
}

/**
Expand Down

0 comments on commit fb378f1

Please sign in to comment.