mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-04 17:56:38 +00:00
Add stepper
This commit is contained in:
@@ -64,4 +64,6 @@ export async function createSuperuserRole(orgId: string) {
|
||||
await db.insert(roleActions)
|
||||
.values(actionIds.map(action => ({ roleId, actionId: action.actionId, orgId })))
|
||||
.execute();
|
||||
|
||||
return roleId;
|
||||
}
|
||||
Reference in New Issue
Block a user