mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-10 12:15:44 +00:00
Add index in member query, fixes missing column in query
This commit is contained in:
@@ -238,6 +238,7 @@ export async function getPermission(
|
||||
select: [
|
||||
"id",
|
||||
"roles",
|
||||
"index",
|
||||
// @ts-ignore
|
||||
...(opts.member_select || []),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user