Skip to content

Commit dbb14cf

Browse files
committed
Formatting
1 parent 550f146 commit dbb14cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/gql/GQL_MUTATIONS.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ export const UPDATE_CART = gql`
128128
}
129129
}
130130
}
131-
132131
quantity
133132
total
134133
subtotal
@@ -142,15 +141,13 @@ export const UPDATE_CART = gql`
142141
databaseId
143142
}
144143
}
145-
146144
variation {
147145
node {
148146
id
149147
databaseId
150148
}
151149
}
152150
}
153-
154151
updated {
155152
key
156153
product {

0 commit comments

Comments
 (0)