export service function
This commit is contained in:
parent
5134982870
commit
ab41f50142
1 changed files with 1 additions and 1 deletions
|
|
@ -96,4 +96,4 @@ async function getOffersByPublicKey(publicKey) {
|
|||
|
||||
return offersToReturn;
|
||||
}
|
||||
module.exports = { createOffer, getOffersByPublicKey };
|
||||
module.exports = { createOffer, getOffersByPublicKey, deleteOffer };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue