diff --git a/thoth-app/src/models/imprint/create_imprint_mutation.rs b/thoth-app/src/models/imprint/create_imprint_mutation.rs index 9fa27e967..4f3e32d44 100644 --- a/thoth-app/src/models/imprint/create_imprint_mutation.rs +++ b/thoth-app/src/models/imprint/create_imprint_mutation.rs @@ -23,6 +23,7 @@ const CREATE_IMPRINT_MUTATION: &str = " publisherName publisherShortname publisherUrl + updatedAt } } } diff --git a/thoth-app/src/models/imprint/delete_imprint_mutation.rs b/thoth-app/src/models/imprint/delete_imprint_mutation.rs index 3ea513f8a..bb218dc09 100644 --- a/thoth-app/src/models/imprint/delete_imprint_mutation.rs +++ b/thoth-app/src/models/imprint/delete_imprint_mutation.rs @@ -19,6 +19,7 @@ const DELETE_IMPRINT_MUTATION: &str = " publisherName publisherShortname publisherUrl + updatedAt } } }