Update index.ts
This commit is contained in:
parent
f893edcc02
commit
78ee45565f
|
|
@ -312,7 +312,7 @@ export class App {
|
||||||
},
|
},
|
||||||
order: {
|
order: {
|
||||||
createdDate: 'ASC'
|
createdDate: 'ASC'
|
||||||
},
|
}
|
||||||
})
|
})
|
||||||
return res.json(chatmessages)
|
return res.json(chatmessages)
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue