fix order by
This commit is contained in:
parent
c3f7e6a3d7
commit
f46d7a5ca2
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ app.get('/api/v1/nodes', async (req, res) => {
|
|||
node_id: node.node_id,
|
||||
},
|
||||
orderBy: {
|
||||
createdAt: 'desc',
|
||||
created_at: 'desc',
|
||||
},
|
||||
}),
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue