Skip to content

Commit 491fa8b

Browse files
committed
unused vars
1 parent c5c9509 commit 491fa8b

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
@@ -311,7 +311,7 @@ const Snapshot = {
311311
issues: (snapshot) => snapshotIssues(snapshot),
312312
issuesStatus: (snapshot) => issuesSnapshotStatus(snapshot),
313313
validation: (snapshot) => snapshotValidation(snapshot),
314-
contributors: (parent, args, context) => contributors(parent),
314+
contributors: (parent) => contributors(parent),
315315
}
316316

317317
export default Snapshot

0 commit comments

Comments
 (0)