remove unused declaration

This commit is contained in:
counterweight 2025-02-26 23:56:06 +01:00
parent 95c02cf7e2
commit 3ac7425824
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -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,