We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
range_parent_id
1 parent 0dad7a6 commit f5a128eCopy full SHA for f5a128e
models/order.js
@@ -70,6 +70,7 @@ const OrderSchema = new mongoose.Schema({
70
tg_channel_message2: { type: String },
71
tg_group_message1: { type: String },
72
tg_group_message2: { type: String },
73
+ range_parent_id: { type: String }, // If the order have a parent we save the Id
74
price_from_api: { type: Boolean },
75
price_margin: { type: Number, default: 0 },
76
admin_warned: { type: Boolean, default: false }, // We set this to true when the bot warns admins the order is about to expire
0 commit comments