mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-04 00:53:49 +00:00
ability to remove user from org
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
// targets,
|
||||
// } from "@server/db/schema";
|
||||
// import db from "@server/db";
|
||||
// import { createSuperuserRole } from "@server/db/ensureActions";
|
||||
// import { createSuperUserRole } from "@server/db/ensureActions";
|
||||
|
||||
async function insertDummyData() {
|
||||
// // Insert dummy orgs
|
||||
@@ -21,7 +21,7 @@ async function insertDummyData() {
|
||||
// .returning()
|
||||
// .get();
|
||||
|
||||
// await createSuperuserRole(org1.orgId!);
|
||||
// await createSuperUserRole(org1.orgId!);
|
||||
|
||||
// const org2 = db
|
||||
// .insert(orgs)
|
||||
@@ -33,7 +33,7 @@ async function insertDummyData() {
|
||||
// .returning()
|
||||
// .get();
|
||||
|
||||
// await createSuperuserRole(org2.orgId!);
|
||||
// await createSuperUserRole(org2.orgId!);
|
||||
|
||||
// // Insert dummy exit nodes
|
||||
// const exitNode1 = db
|
||||
|
||||
Reference in New Issue
Block a user