add list order by
This commit is contained in:
parent
063b7e277f
commit
0eeb9b49a2
@ -19,7 +19,7 @@ const typeTwitch = async (c, n) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const typeSystem = async (c, n) => {
|
const typeSystem = async (c, n) => {
|
||||||
let text = `select * from "public"."twitch_channel"`
|
let text = `select * from "public"."twitch_channel" order by "name" asc`
|
||||||
let values = []
|
let values = []
|
||||||
let result = await c.db.query({text, values})
|
let result = await c.db.query({text, values})
|
||||||
c.state.channelList = result.rows
|
c.state.channelList = result.rows
|
||||||
|
Loading…
Reference in New Issue
Block a user