We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98b347 commit f728f01Copy full SHA for f728f01
src/api/functions/membership.ts
@@ -9,7 +9,7 @@ import { genericConfig } from "common/config.js";
9
import { addToTenant, isUserInGroup, modifyGroup, resolveEmailToOid } from "./entraId.js";
10
import { EntraGroupError } from "common/errors/index.js";
11
import { EntraGroupActions } from "common/types/iam.js";
12
-import { pollUntilNoError, sleep } from "./general.js";
+import { pollUntilNoError } from "./general.js";
13
14
export async function checkExternalMembership(
15
netId: string,
0 commit comments