Skip to content

Commit

Permalink
chore: remove override
Browse files Browse the repository at this point in the history
remove property override
  • Loading branch information
jlangy committed Oct 1, 2024
1 parent 4b4704d commit 1057d5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/kc-cron-job/remove-inactive-idir-users.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ async function removeStaleUsersByEnv(env = 'dev', pgClient, runnerName, startFro
log(`[${runnerName}] processing user ${username}`);
if (username.includes('@idir')) {
const userExistsAtWb = await checkUserExistsAtIDIM({
property: MS_GRAPH_IDIR_GUID_ATTRIBUTE,
matchKey: idirUserGuid,
env
});
Expand Down

0 comments on commit 1057d5b

Please sign in to comment.