Edit
This commit is contained in:
@@ -147,7 +147,7 @@ module.exports.get_one_ticket = [
|
|||||||
|
|
||||||
module.exports.get_all_tickets_for_admin = [
|
module.exports.get_all_tickets_for_admin = [
|
||||||
(req, res) => {
|
(req, res) => {
|
||||||
TicketConversation.find({})
|
TicketConversation.find()
|
||||||
.populate('user_id', userIdPopulation)
|
.populate('user_id', userIdPopulation)
|
||||||
.exec((err, data) => {
|
.exec((err, data) => {
|
||||||
if (err) return res500(res, err)
|
if (err) return res500(res, err)
|
||||||
|
|||||||
@@ -239,7 +239,7 @@ const mazandaran26 = [
|
|||||||
'نور',
|
'نور',
|
||||||
'نوشهر'
|
'نوشهر'
|
||||||
]
|
]
|
||||||
const markazi27 = ['آشتیان', 'اراک', 'تفرش', 'خمین', 'دلیجان', 'زرندیه', 'ساوه', 'شازند', 'کمیجان', 'محلات']
|
const markazi27 = ['آشتیان', 'اراک', 'مهاجران', 'تفرش', 'خمین', 'دلیجان', 'زرندیه', 'ساوه', 'شازند', 'کمیجان', 'محلات']
|
||||||
const hormozgan28 = [
|
const hormozgan28 = [
|
||||||
'ابوموسی',
|
'ابوموسی',
|
||||||
'بستک',
|
'بستک',
|
||||||
|
|||||||
Reference in New Issue
Block a user