Skip to content

Commit

Permalink
Merge pull request #223 from thoth-pub/feature/fix_imprint_error
Browse files Browse the repository at this point in the history
Prevent deserialisation error when creating and deleting Imprints
  • Loading branch information
rhigman authored Apr 7, 2021
2 parents bb5e398 + fa22058 commit 35ec14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions thoth-app/src/models/imprint/create_imprint_mutation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const CREATE_IMPRINT_MUTATION: &str = "
publisherName
publisherShortname
publisherUrl
updatedAt
}
}
}
Expand Down
1 change: 1 addition & 0 deletions thoth-app/src/models/imprint/delete_imprint_mutation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const DELETE_IMPRINT_MUTATION: &str = "
publisherName
publisherShortname
publisherUrl
updatedAt
}
}
}
Expand Down

0 comments on commit 35ec14d

Please sign in to comment.