Skip to content

Commit c124c42

Browse files
committed
chore(app): Fix linting for participantCount query
1 parent d5a35b4 commit c124c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openneuro-server/src/graphql/resolvers/snapshots.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const participantCount = (obj, { modality }) => {
149149
"summary.subjects": { $exists: true },
150150
}
151151

152-
let matchQuery: Record<string, any> = queryHasSubjects
152+
let matchQuery: Record<string, unknown> = queryHasSubjects
153153

154154
if (modality && modality !== "NIH") {
155155
matchQuery = {

0 commit comments

Comments
 (0)