Skip to content

Commit

Permalink
Merge pull request #3236 from OpenNeuroOrg/issueMessage-field-fix
Browse files Browse the repository at this point in the history
fix(api): Add missing issueMessage field to ValidatorIssueInput
  • Loading branch information
nellh authored Nov 25, 2024
2 parents 85184c8 + 3a0af73 commit daf5ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/openneuro-server/src/graphql/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ export const typeDefs = `
location: String
severity: Severity
rule: String
issueMessage: String
}
input ValidatorCodeMessageInput {
Expand Down

0 comments on commit daf5ead

Please sign in to comment.