fix(offer): Adding makerNpub property to db model

This commit is contained in:
Chris Troutner
2025-10-26 11:12:49 -07:00
parent 1a96eac8c9
commit 9a71763f79
+1
View File
@@ -18,6 +18,7 @@ const Offer = new mongoose.Schema({
p2wdbHash: { type: String },
offerStatus: { type: String },
makerAddr: { type: String },
makerNpub: { type: String },
// Authentication data
signature: { type: String },