mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
[packaging] switch to pnpm (#6186)
* [packaging] switch to pnpm * Bump compiler version * Change pnpm store in docker build --------- Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com> Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -1614,7 +1614,7 @@ export const mutateAddGalleryImages = (input: GQL.GalleryAddInput) =>
|
||||
});
|
||||
|
||||
function evictCover(cache: ApolloCache<GQL.Gallery>, gallery_id: string) {
|
||||
const fields: Pick<Modifiers<GQL.Gallery>, "paths" | "cover"> = {};
|
||||
const fields: Partial<Pick<Modifiers<GQL.Gallery>, "paths" | "cover">> = {};
|
||||
fields.paths = (paths) => {
|
||||
if (!("cover" in paths)) {
|
||||
return paths;
|
||||
|
||||
Reference in New Issue
Block a user