Compare commits

...
Author SHA1 Message Date
Bartłomiej Głownia 0ed4688de4 fix(fills): fix mapping fill update 2023-06-16 14:26:35 +02:00
+1 -1
View File
@@ -48,7 +48,7 @@ const mapFillUpdateToFill = (
id: marketId,
},
buyer: { id: buyerId, __typename: 'Party' },
seller: { id: buyerId, __typename: 'Party' },
seller: { id: sellerId, __typename: 'Party' },
};
};