remove unused declaration
This commit is contained in:
parent
95c02cf7e2
commit
3ac7425824
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ async function createOffer(publicKey, offerDetails) {
|
|||
created_at: new Date().toISOString(),
|
||||
});
|
||||
|
||||
const offerDetailsSet = await OfferDetailsSet.create({
|
||||
await OfferDetailsSet.create({
|
||||
uuid: uuid.v7(),
|
||||
offer_uuid: offerCreated.uuid,
|
||||
wants: offerDetails.wants,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue