From 7da8898f692ad45600451705fa45d7d4aa94fe7e Mon Sep 17 00:00:00 2001 From: Peter - Ubuntu dual boot Date: Sat, 18 Sep 2021 20:46:53 +0100 Subject: [PATCH] Redundant code, typo. --- api/graphql/schema.graphql | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/graphql/schema.graphql b/api/graphql/schema.graphql index 8a6d372f..e5344914 100644 --- a/api/graphql/schema.graphql +++ b/api/graphql/schema.graphql @@ -267,7 +267,7 @@ type Album { paginate: Pagination ): [Album!]! - "The album witch contains this album" + "The album which contains this album" parentAlbum: Album "The user who owns this album" owner: User! @@ -278,8 +278,6 @@ type Album { path: [Album!]! shares: [ShareToken!]! - - coverID: Int! } type MediaURL {