fix(fills): fix mapping fill update (#4144)

This commit is contained in:
Bartłomiej Głownia 2023-06-21 11:09:08 +02:00 committed by GitHub
parent bba2b3c177
commit 2353812834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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' },
};
};