mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
♻️ set approval state nullable
This commit is contained in:
@@ -204,7 +204,7 @@ export async function calculateUserClientsForOrgs(
|
||||
olmId: olm.olmId,
|
||||
type: "olm",
|
||||
niceId,
|
||||
approvalState: requireApproval ? "pending" : "approved"
|
||||
approvalState: requireApproval ? "pending" : null
|
||||
};
|
||||
|
||||
// Create the client
|
||||
|
||||
Reference in New Issue
Block a user