mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-24 13:56:39 +00:00
show owner in users table, list roles query in invite form, and more
This commit is contained in:
@@ -99,6 +99,7 @@ export async function createOrg(
|
||||
userId: req.user!.userId,
|
||||
orgId: newOrg[0].orgId,
|
||||
roleId: roleId,
|
||||
isOwner: true,
|
||||
})
|
||||
.execute();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user