Skip to content

Commit

Permalink
fix(api): Correct return format for snapshotValidation resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Dec 2, 2024
1 parent 9063c9a commit ef12b8a
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 ef12b8a

Please sign in to comment.