feat(offer/list): Returning Offers sorted by newest first

This commit is contained in:
Chris Troutner
2022-04-01 19:05:31 -07:00
parent 6e7ab40dea
commit 9aae6da4a7
3 changed files with 9 additions and 3 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ const Offer = new mongoose.Schema({
sigMsg: { type: String },
// Utility data
timestamp: { type: String },
timestamp: { type: Number },
globalTimestamp: { type: String },
localTimestamp: { type: String },
// SWaP Protocol Properties